On Mon, Dec 15, 2025 at 06:38:52PM +0700, Bagas Sanjaya wrote:
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.
Fixes: 4c5d3365882dbb ("mm/vmalloc: allow to set node and align in vrealloc") Signed-off-by: Bagas Sanjaya bagasdotme@gmail.com
LGTM. Reviewed-by: Vishal Moola (Oracle) vishal.moola@gmail.com