]> git.ipfire.org Git - thirdparty/linux.git/commit
scatterlist: fix extraneous '@'-sign kernel-doc notation
authorRandy Dunlap <rdunlap@infradead.org>
Thu, 5 Jun 2025 00:23:37 +0000 (17:23 -0700)
committerAndrew Morton <akpm@linux-foundation.org>
Thu, 12 Jun 2025 05:42:35 +0000 (22:42 -0700)
commit331843c845d15413e9d89fd91cdcfa6912e291c3
tree6c527ea2610a75f056e6a52c6d6d1126b20fe680
parentb1a529bdb9641392b4f5fc91545598793c0b3b96
scatterlist: fix extraneous '@'-sign kernel-doc notation

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:" lines are added in case Matthew's patch [1] is backported.

Link: https://lkml.kernel.org/r/20250605002337.2842659-1-rdunlap@infradead.org
Link: https://lore.kernel.org/linux-doc/3bc4e779-7a79-42c1-8867-024f643a22fc@infradead.org/T/#m5d2bd9d21fb34f297aa4e7db069f09bc27b89007
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@infradead.org>
Reviewed-by: Matthew Wilcox (Oracle) <willy@infradead.org>
Signed-off-by: Andrew Morton <akpm@linux-foundation.org>
include/linux/scatterlist.h
lib/scatterlist.c