]> git.ipfire.org Git - thirdparty/kernel/stable.git/commit
scatterlist: fix incorrect func name in kernel-doc
authorRandy Dunlap <rdunlap@infradead.org>
Sat, 30 Nov 2024 02:24:06 +0000 (18:24 -0800)
committerGreg Kroah-Hartman <gregkh@linuxfoundation.org>
Sat, 14 Dec 2024 19:03:18 +0000 (20:03 +0100)
commitc2277e285923b6288c7dc133ff1b41675ba542cd
tree6d6d253fecf4bfdefc7c1048d92fe50eea546d9c
parent03db61c43c8e2729896fda6b9a95c7fb5c875c20
scatterlist: fix incorrect func name in kernel-doc

[ Upstream commit d89c8ec0546184267cb211b579514ebaf8916100 ]

Fix a kernel-doc warning by making the kernel-doc function description
match the function name:

include/linux/scatterlist.h:323: warning: expecting prototype for sg_unmark_bus_address(). Prototype was for sg_dma_unmark_bus_address() instead

Link: https://lkml.kernel.org/r/20241130022406.537973-1-rdunlap@infradead.org
Fixes: 42399301203e ("lib/scatterlist: add flag for indicating P2PDMA segments in an SGL")
Signed-off-by: Randy Dunlap <rdunlap@infradead.org>
Cc: Logan Gunthorpe <logang@deltatee.com>
Cc: Christoph Hellwig <hch@lst.de>
Signed-off-by: Andrew Morton <akpm@linux-foundation.org>
Signed-off-by: Sasha Levin <sashal@kernel.org>
include/linux/scatterlist.h