mm/codetag: fix a typo
authorYu Zhao <yuzhao@google.com>
Fri, 6 Sep 2024 04:21:06 +0000 (22:21 -0600)
committerAndrew Morton <akpm@linux-foundation.org>
Mon, 9 Sep 2024 23:39:18 +0000 (16:39 -0700)
Link: https://lkml.kernel.org/r/20240906042108.1150526-1-yuzhao@google.com
Fixes: 22d407b164ff ("lib: add allocation tagging support for memory allocation profiling")
Signed-off-by: Yu Zhao <yuzhao@google.com>
Acked-by: Suren Baghdasaryan <surenb@google.com>
Acked-by: Muchun Song <muchun.song@linux.dev>
Cc: Kent Overstreet <kent.overstreet@linux.dev>
Signed-off-by: Andrew Morton <akpm@linux-foundation.org>
include/linux/alloc_tag.h

index 8c61ccd161ba33607d60ad5c855b257e536ef693..896491d9ebe8f98a74fc5c5001ac5adb36915b8b 100644 (file)
@@ -70,7 +70,7 @@ static inline struct alloc_tag *ct_to_alloc_tag(struct codetag *ct)
 /*
  * When percpu variables are required to be defined as weak, static percpu
  * variables can't be used inside a function (see comments for DECLARE_PER_CPU_SECTION).
- * Instead we will accound all module allocations to a single counter.
+ * Instead we will account all module allocations to a single counter.
  */
 DECLARE_PER_CPU(struct alloc_tag_counters, _shared_alloc_tag);