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: 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>

authored by

Randy Dunlap and committed by
Andrew Morton
ec3a8dd3 4600c4bc

+4 -4
+4 -4
fs/freevxfs/vxfs_bmap.c
··· 29 29 /** 30 30 * vxfs_bmap_ext4 - do bmap for ext4 extents 31 31 * @ip: pointer to the inode we do bmap for 32 - * @iblock: logical block. 32 + * @bn: logical block. 33 33 * 34 34 * Description: 35 35 * vxfs_bmap_ext4 performs the bmap operation for inodes with ··· 97 97 * vxfs_bmap_indir reads a &struct vxfs_typed at @indir 98 98 * and performs the type-defined action. 99 99 * 100 - * Return Value: 100 + * Returns: 101 101 * The physical block number on success, else Zero. 102 102 * 103 103 * Note: ··· 179 179 * Description: 180 180 * Performs the bmap operation for typed extents. 181 181 * 182 - * Return Value: 182 + * Returns: 183 183 * The physical block number on success, else Zero. 184 184 */ 185 185 static daddr_t ··· 243 243 * vxfs_bmap1 perfoms a logical to physical block mapping 244 244 * for vxfs-internal purposes. 245 245 * 246 - * Return Value: 246 + * Returns: 247 247 * The physical block number on success, else Zero. 248 248 */ 249 249 daddr_t