On Wed, Jun 04, 2025 at 05:23:37PM -0700, Randy Dunlap wrote: > Using "@argname@" in kernel-doc produces "argname****" (with "argname" > in bold) in the generated html output, so use the expected kernel-doc > notation of just "@argname" instead. > > "Fixes:" are added in case Matthew's patch [1] is backported. Thanks! I only skimmed the built docs and didn't notice this ... oddity. > Fixes: 0db9299f48eb ("SG: Move functions to lib/scatterlist.c and add sg chaining allocator helpers") > Fixes: 8d1d4b538bb1 ("scatterlist: inline sg_next()") > Fixes: 18dabf473e15 ("Change table chaining layout") > Signed-off-by: Randy Dunlap <rdunlap@xxxxxxxxxxxxx> > Cc: Andrew Morton <akpm@xxxxxxxxxxxxxxxxxxxx> > Cc: Matthew Wilcox <willy@xxxxxxxxxxxxx> > Cc: linux-doc@xxxxxxxxxxxxxxx Reviewed-by: Matthew Wilcox (Oracle) <willy@xxxxxxxxxxxxx>