]> git.itanic.dy.fi Git - linux-stable/commit
freevxfs: lookup: fix function params kernel-doc
authorRandy Dunlap <rdunlap@infradead.org>
Thu, 7 Dec 2023 21:20:35 +0000 (13:20 -0800)
committerAndrew Morton <akpm@linux-foundation.org>
Wed, 20 Dec 2023 23:02:58 +0000 (15:02 -0800)
commit6915f40c3a43740207f7af70bab96c20eed22aa3
tree1b627dc0ced705c8ce268db8c968faf04d66c30e
parent2bb31b37d3d339d8c59298b72d78ff5484eeb595
freevxfs: lookup: fix function params kernel-doc

Correct the function parameter kernel-doc notation to prevent warnings:

vxfs_lookup.c:192: warning: Function parameter or member 'ctx' not described in 'vxfs_readdir'
vxfs_lookup.c:192: warning: Excess function parameter 'retp' description in 'vxfs_readdir'
vxfs_lookup.c:192: warning: Excess function parameter 'filler' description in 'vxfs_readdir'

Link: https://lkml.kernel.org/r/20231207212035.25345-3-rdunlap@infradead.org
Signed-off-by: Randy Dunlap <rdunlap@infradead.org>
Reviewed-by: Christoph Hellwig <hch@lst.de>
Signed-off-by: Andrew Morton <akpm@linux-foundation.org>
fs/freevxfs/vxfs_lookup.c