Linux kernel mirror (for testing) git.kernel.org/pub/scm/linux/kernel/git/torvalds/linux.git
kernel os linux
1
fork

Configure Feed

Select the types of activity you want to include in your feed.

mm: vmalloc: fix up vrealloc_node_align() kernel-doc macro name

Sphinx reports kernel-doc warning:

WARNING: ./mm/vmalloc.c:4284 expecting prototype for vrealloc_node_align_noprof(). Prototype was for vrealloc_node_align() instead

Fix the macro name in vrealloc_node_align_noprof() kernel-doc comment.

Link: https://lkml.kernel.org/r/20251219014006.16328-5-bagasdotme@gmail.com
Fixes: 4c5d3365882d ("mm/vmalloc: allow to set node and align in vrealloc")
Signed-off-by: Bagas Sanjaya <bagasdotme@gmail.com>
Reviewed-by: Vishal Moola (Oracle) <vishal.moola@gmail.com>
Signed-off-by: Andrew Morton <akpm@linux-foundation.org>

authored by

Bagas Sanjaya and committed by
Andrew Morton
eb3f781a f2652847

+1 -1
+1 -1
mm/vmalloc.c
··· 4248 4248 EXPORT_SYMBOL(vzalloc_node_noprof); 4249 4249 4250 4250 /** 4251 - * vrealloc_node_align_noprof - reallocate virtually contiguous memory; contents 4251 + * vrealloc_node_align - reallocate virtually contiguous memory; contents 4252 4252 * remain unchanged 4253 4253 * @p: object to reallocate memory for 4254 4254 * @size: the size to reallocate