]> git.itanic.dy.fi Git - linux-stable/commit
freevxfs: bmap: fix kernel-doc warnings
authorRandy Dunlap <rdunlap@infradead.org>
Thu, 7 Dec 2023 21:20:33 +0000 (13:20 -0800)
committerAndrew Morton <akpm@linux-foundation.org>
Wed, 20 Dec 2023 23:02:58 +0000 (15:02 -0800)
commitec3a8dd38199ac201a83f81394b1d6caf02643f6
treee5fb1f148f4a6fe4bb4e2114683362f544787f8e
parent4600c4bcd9fca2d7e66963ce1d1132921250e585
freevxfs: bmap: fix kernel-doc warnings

Fix -Wall kernel-doc warnings in vxfs_bmap.c:

vxfs_bmap.c:44: warning: Function parameter or member 'bn' not described in 'vxfs_bmap_ext4'
vxfs_bmap.c:44: warning: Excess function parameter 'iblock' description in 'vxfs_bmap_ext4'
vxfs_bmap.c:108: warning: No description found for return value of 'vxfs_bmap_indir'
vxfs_bmap.c:187: warning: No description found for return value of 'vxfs_bmap_typed'
vxfs_bmap.c:251: warning: No description found for return value of 'vxfs_bmap1'

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