mirror of
https://github.com/torvalds/linux.git
synced 2024-11-21 11:31:31 +00:00
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>
This commit is contained in:
parent
2bb31b37d3
commit
6915f40c3a
@ -177,8 +177,7 @@ vxfs_lookup(struct inode *dip, struct dentry *dp, unsigned int flags)
|
||||
/**
|
||||
* vxfs_readdir - read a directory
|
||||
* @fp: the directory to read
|
||||
* @retp: return buffer
|
||||
* @filler: filldir callback
|
||||
* @ctx: dir_context for filldir/readdir
|
||||
*
|
||||
* Description:
|
||||
* vxfs_readdir fills @retp with directory entries from @fp
|
||||
|
Loading…
Reference in New Issue
Block a user