]> git.itanic.dy.fi Git - linux-stable/commit
freevxfs: immed: fix kernel-doc param name
authorRandy Dunlap <rdunlap@infradead.org>
Thu, 7 Dec 2023 21:20:34 +0000 (13:20 -0800)
committerAndrew Morton <akpm@linux-foundation.org>
Wed, 20 Dec 2023 23:02:58 +0000 (15:02 -0800)
commit2bb31b37d3d339d8c59298b72d78ff5484eeb595
tree59089a9bcfd261c47126969e9c0501b4c7f530fa
parentec3a8dd38199ac201a83f81394b1d6caf02643f6
freevxfs: immed: fix kernel-doc param name

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

vxfs_immed.c:32: warning: Function parameter or member 'fp' not described in 'vxfs_immed_read_folio'
vxfs_immed.c:32: warning: Excess function parameter 'file' description in 'vxfs_immed_read_folio'

Link: https://lkml.kernel.org/r/20231207212035.25345-2-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_immed.c