Commit eb3f781a authored by Bagas Sanjaya's avatar Bagas Sanjaya Committed by Andrew Morton
Browse files

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: 4c5d3365 ("mm/vmalloc: allow to set node and align in vrealloc")
Signed-off-by: default avatarBagas Sanjaya <bagasdotme@gmail.com>
Reviewed-by: default avatarVishal Moola (Oracle) <vishal.moola@gmail.com>
Signed-off-by: default avatarAndrew Morton <akpm@linux-foundation.org>
parent f2652847
Loading
Loading
Loading
Loading
+1 −1
Original line number Diff line number Diff line
@@ -4248,7 +4248,7 @@ void *vzalloc_node_noprof(unsigned long size, int node)
EXPORT_SYMBOL(vzalloc_node_noprof);

/**
 * vrealloc_node_align_noprof - reallocate virtually contiguous memory; contents
 * vrealloc_node_align - reallocate virtually contiguous memory; contents
 * remain unchanged
 * @p: object to reallocate memory for
 * @size: the size to reallocate