linux-mm.kvack.org archive mirror
 help / color / mirror / Atom feed
* [PATCH] mm: percpu: fix typo to pcpu_alloc_noprof() description
@ 2024-09-24 15:24 Jeongjun Park
  2024-09-24 23:50 ` kernel test robot
  2024-10-03 14:49 ` Vlastimil Babka
  0 siblings, 2 replies; 3+ messages in thread
From: Jeongjun Park @ 2024-09-24 15:24 UTC (permalink / raw)
  To: dennis, tj, cl; +Cc: akpm, linux-mm, linux-kernel, Jeongjun Park

In the previous commit, the function name was changed from pcpu_alloc to 
pcpu_alloc_noprof , but the function description was not changed accordingly.
The function name should be changed to pcpu_alloc_noprof in the description
as well.

Signed-off-by: Jeongjun Park <aha310510@gmail.com>
---
 mm/percpu.c | 2 +-
 1 file changed, 1 insertion(+), 1 deletion(-)

diff --git a/mm/percpu.c b/mm/percpu.c
index 20d91af8c033..7081b0ed59d6 100644
--- a/mm/percpu.c
+++ b/mm/percpu.c
@@ -1726,7 +1726,7 @@ static void pcpu_alloc_tag_free_hook(struct pcpu_chunk *chunk, int off, size_t s
 #endif
 
 /**
- * pcpu_alloc - the percpu allocator
+ * pcpu_alloc_noprof - the percpu allocator
  * @size: size of area to allocate in bytes
  * @align: alignment of area (max PAGE_SIZE)
  * @reserved: allocate from the reserved chunk if available
--


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

end of thread, other threads:[~2024-10-03 14:49 UTC | newest]

Thread overview: 3+ messages (download: mbox.gz / follow: Atom feed)
-- links below jump to the message on this page --
2024-09-24 15:24 [PATCH] mm: percpu: fix typo to pcpu_alloc_noprof() description Jeongjun Park
2024-09-24 23:50 ` kernel test robot
2024-10-03 14:49 ` Vlastimil Babka

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