From: Bagas Sanjaya Date: Mon, 20 Oct 2025 04:49:33 +0000 (+0700) Subject: vmalloc: separate gfp_mask adjunctive parentheses in __vmalloc_node_noprof() kernel... X-Git-Url: http://git.ipfire.org/?a=commitdiff_plain;h=184c7533426ada7625c029b54143fec4ef4daa28;p=thirdparty%2Flinux.git vmalloc: separate gfp_mask adjunctive parentheses in __vmalloc_node_noprof() kernel-doc comment Sphinx reports htmldocs warning on __vmalloc_node() comment: Documentation/core-api/mm-api:52: ./mm/vmalloc.c:4036: WARNING: Inline strong start-string without end-string. [docutils] Fix it by separating adjunctive parentheses from preceding gfp_mask formatting markup. Link: https://lkml.kernel.org/r/20251020044933.15222-1-bagasdotme@gmail.com Fixes: 32904ba6f5ef ("vmalloc: update __vmalloc_node_noprof() documentation") Reported-by: Stephen Rothwell Closes: https://lore.kernel.org/linux-next/20251020134902.3a11107e@canb.auug.org.au/ Signed-off-by: Bagas Sanjaya Reviewed-by: Uladzislau Rezki (Sony) Cc: Baoquan He Cc: Stehen Rothwell Signed-off-by: Andrew Morton --- diff --git a/mm/vmalloc.c b/mm/vmalloc.c index e207ca64a688e..091a07f6d9252 100644 --- a/mm/vmalloc.c +++ b/mm/vmalloc.c @@ -4034,7 +4034,7 @@ fail: * Allocate enough pages to cover @size from the page level allocator with * @gfp_mask flags. Map them into contiguous kernel virtual space. * - * Semantics of @gfp_mask(including reclaim/retry modifiers such as + * Semantics of @gfp_mask (including reclaim/retry modifiers such as * __GFP_NOFAIL) are the same as in __vmalloc_node_range_noprof(). * * Return: pointer to the allocated memory or %NULL on error