Linux kernel mirror (for testing) git.kernel.org/pub/scm/linux/kernel/git/torvalds/linux.git
kernel os linux
1
fork

Configure Feed

Select the types of activity you want to include in your feed.

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>

authored by

Randy Dunlap and committed by
Andrew Morton
6915f40c 2bb31b37

+1 -2
+1 -2
fs/freevxfs/vxfs_lookup.c
··· 177 177 /** 178 178 * vxfs_readdir - read a directory 179 179 * @fp: the directory to read 180 - * @retp: return buffer 181 - * @filler: filldir callback 180 + * @ctx: dir_context for filldir/readdir 182 181 * 183 182 * Description: 184 183 * vxfs_readdir fills @retp with directory entries from @fp