Re: [PATCH 04/14] mm: vmalloc: Fix up vrealloc_node_align() kernel-doc macro name

From: Vishal Moola (Oracle)

Date: Mon Dec 15 2025 - 19:19:23 EST


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@xxxxxxxxx>
> ---

LGTM.
Reviewed-by: Vishal Moola (Oracle) <vishal.moola@xxxxxxxxx>