From: Andrew Morton Date: Thu, 31 Dec 2020 22:04:02 +0000 (+0000) Subject: mm-memcontrol-optimize-per-lruvec-stats-counter-memory-usage-checkpatch-fixes X-Git-Tag: howlett/maple_spf/20210104~171 X-Git-Url: https://www.infradead.org/git/?a=commitdiff_plain;h=97513f901e68cf8547e1c7c0038c86178e02258f;p=users%2Fjedix%2Flinux-maple.git mm-memcontrol-optimize-per-lruvec-stats-counter-memory-usage-checkpatch-fixes fix typo in comment Cc: Johannes Weiner Cc: Michal Hocko Cc: Muchun Song Cc: Shakeel Butt Signed-off-by: Andrew Morton --- diff --git a/include/linux/memcontrol.h b/include/linux/memcontrol.h index 076512e1dc9c..99ff460f2449 100644 --- a/include/linux/memcontrol.h +++ b/include/linux/memcontrol.h @@ -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.