Fixes fs/btrfs/block-group.c:1570: warning: Function parameter or member 
'fs_info' not described in 'btrfs_rmap_block'

Signed-off-by: Nikolay Borisov <[email protected]>
---
 fs/btrfs/block-group.c | 4 +++-
 1 file changed, 3 insertions(+), 1 deletion(-)

diff --git a/fs/btrfs/block-group.c b/fs/btrfs/block-group.c
index 0886e81e5540..cd277c483777 100644
--- a/fs/btrfs/block-group.c
+++ b/fs/btrfs/block-group.c
@@ -1553,7 +1553,9 @@ static void set_avail_alloc_bits(struct btrfs_fs_info 
*fs_info, u64 flags)
 }
 
 /**
- * btrfs_rmap_block - Map a physical disk address to a list of logical 
addresses
+ * Map a physical disk address to a list of logical addresses
+ *
+ * @fs_info:       the filesystem
  * @chunk_start:   logical address of block group
  * @physical:     physical address to map to logical addresses
  * @logical:      return array of logical addresses which map to @physical
-- 
2.25.1

Reply via email to