]> www.infradead.org Git - users/jedix/linux-maple.git/commitdiff
mm-memcontrol-optimize-per-lruvec-stats-counter-memory-usage-checkpatch-fixes
authorAndrew Morton <akpm@linux-foundation.org>
Thu, 31 Dec 2020 22:04:02 +0000 (22:04 +0000)
committerJohannes Weiner <hannes@cmpxchg.org>
Thu, 31 Dec 2020 22:04:02 +0000 (22:04 +0000)
fix typo in comment

Cc: Johannes Weiner <hannes@cmpxchg.org>
Cc: Michal Hocko <mhocko@kernel.org>
Cc: Muchun Song <songmuchun@bytedance.com>
Cc: Shakeel Butt <shakeelb@google.com>
Signed-off-by: Andrew Morton <akpm@linux-foundation.org>
include/linux/memcontrol.h

index 076512e1dc9cead458f939c3d91afd3047129af6..99ff460f2449f97bc092cbfd51ec9a2575b688ec 100644 (file)
@@ -113,7 +113,7 @@ struct mem_cgroup_per_node {
 
        /*
         * Legacy local VM stats. This should be struct lruvec_stat and
-        * cannot be optimized to struct batched_lruvec_stat. Becasue
+        * cannot be optimized to struct batched_lruvec_stat. Because
         * the threshold of the lruvec_stat_cpu can be as big as
         * MEMCG_CHARGE_BATCH * PAGE_SIZE. It can fit into s32. But this
         * filed has no upper limit.