btrfs: fix function description formats in file-item.c
authorNikolay Borisov <nborisov@suse.com>
Fri, 22 Jan 2021 09:57:54 +0000 (11:57 +0200)
committerDavid Sterba <dsterba@suse.com>
Mon, 8 Feb 2021 21:58:53 +0000 (22:58 +0100)
commitca4207ae1385190f7d62926f107ede1edced4c1f
tree4889877fe27ad847260ff3e6ae3ec1302c25ab6d
parent9ad37bb3ffc51fbd9c48ba4d85414b4aa3e21c6d
btrfs: fix function description formats in file-item.c

This fixes following W=1 warnings:

fs/btrfs/file-item.c:27: warning: Cannot understand  * @inode:  the inode we want to update the disk_i_size for
 on line 27 - I thought it was a doc line
fs/btrfs/file-item.c:65: warning: Cannot understand  * @inode - the inode we're modifying
 on line 65 - I thought it was a doc line
fs/btrfs/file-item.c:91: warning: Cannot understand  * @inode - the inode we're modifying
 on line 91 - I thought it was a doc line

Signed-off-by: Nikolay Borisov <nborisov@suse.com>
Reviewed-by: David Sterba <dsterba@suse.com>
Signed-off-by: David Sterba <dsterba@suse.com>
fs/btrfs/file-item.c