Message ID | 20220407080822.74018-2-jiapeng.chong@linux.alibaba.com (mailing list archive) |
---|---|
State | New, archived |
Headers | show |
Series | [1/2] btrfs: kernel-doc fixes | expand |
diff --git a/fs/btrfs/block-group.c b/fs/btrfs/block-group.c index 7bf10afab89c..9ab1a82aa600 100644 --- a/fs/btrfs/block-group.c +++ b/fs/btrfs/block-group.c @@ -1728,7 +1728,7 @@ static void set_avail_alloc_bits(struct btrfs_fs_info *fs_info, u64 flags) } /** - * Map a physical disk address to a list of logical addresses + * btrfs_rmap_block() - Map a physical disk address to a list of logical addresses * * @fs_info: the filesystem * @chunk_start: logical address of block group
Fix the following W=1 kernel warnings: fs/btrfs/block-group.c:1731: warning: This comment starts with '/**', but isn't a kernel-doc comment. Refer Documentation/doc-guide/kernel-doc.rst. Reported-by: Abaci Robot <abaci@linux.alibaba.com> Signed-off-by: Jiapeng Chong <jiapeng.chong@linux.alibaba.com> --- fs/btrfs/block-group.c | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-)