linux-mm.kvack.org archive mirror
 help / color / mirror / Atom feed
* [PATCH mm-unstable v2 1/3] mm/codetag: fix a typo
@ 2024-09-06  4:21 Yu Zhao
  2024-09-06  4:21 ` [PATCH mm-unstable v2 2/3] mm/codetag: fix pgalloc_tag_split() Yu Zhao
  2024-09-06  4:21 ` [PATCH mm-unstable v2 3/3] mm/codetag: add pgalloc_tag_copy() Yu Zhao
  0 siblings, 2 replies; 3+ messages in thread
From: Yu Zhao @ 2024-09-06  4:21 UTC (permalink / raw)
  To: Andrew Morton, Kent Overstreet, Suren Baghdasaryan
  Cc: Muchun Song, linux-mm, linux-kernel, Yu Zhao

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>
---
 include/linux/alloc_tag.h | 2 +-
 1 file changed, 1 insertion(+), 1 deletion(-)

diff --git a/include/linux/alloc_tag.h b/include/linux/alloc_tag.h
index 8c61ccd161ba..896491d9ebe8 100644
--- a/include/linux/alloc_tag.h
+++ b/include/linux/alloc_tag.h
@@ -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);
 
-- 
2.46.0.469.g59c65b2a67-goog



^ permalink raw reply	[flat|nested] 3+ messages in thread

end of thread, other threads:[~2024-09-06  4:21 UTC | newest]

Thread overview: 3+ messages (download: mbox.gz / follow: Atom feed)
-- links below jump to the message on this page --
2024-09-06  4:21 [PATCH mm-unstable v2 1/3] mm/codetag: fix a typo Yu Zhao
2024-09-06  4:21 ` [PATCH mm-unstable v2 2/3] mm/codetag: fix pgalloc_tag_split() Yu Zhao
2024-09-06  4:21 ` [PATCH mm-unstable v2 3/3] mm/codetag: add pgalloc_tag_copy() Yu Zhao

This is a public inbox, see mirroring instructions
for how to clone and mirror all data and code used for this inbox