Re: [PATCH 03/13] btrfs: Fix function description format

2021-01-19 Thread David Sterba
On Tue, Jan 19, 2021 at 02:26:39PM +0200, Nikolay Borisov wrote: > 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: warnin

[PATCH 03/13] btrfs: Fix function description format

2021-01-19 Thread Nikolay Borisov
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 t