]> Gentwo Git Trees - linux/.git/commit
vmalloc: separate gfp_mask adjunctive parentheses in __vmalloc_node_noprof() kernel...
authorBagas Sanjaya <bagasdotme@gmail.com>
Mon, 20 Oct 2025 04:49:33 +0000 (11:49 +0700)
committerAndrew Morton <akpm@linux-foundation.org>
Mon, 17 Nov 2025 01:28:14 +0000 (17:28 -0800)
commit184c7533426ada7625c029b54143fec4ef4daa28
treea1828d2d8d6da4a17609efb7647ea1f2bd289a6e
parent8247e2600e5348a364c393a75fd204846d4092da
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 <sfr@canb.auug.org.au>
Closes: https://lore.kernel.org/linux-next/20251020134902.3a11107e@canb.auug.org.au/
Signed-off-by: Bagas Sanjaya <bagasdotme@gmail.com>
Reviewed-by: Uladzislau Rezki (Sony) <urezki@gmail.com>
Cc: Baoquan He <bhe@redhat.com>
Cc: Stehen Rothwell <sfr@canb.auug.org.au>
Signed-off-by: Andrew Morton <akpm@linux-foundation.org>
mm/vmalloc.c