Message ID | 20210119122649.187778-9-nborisov@suse.com (mailing list archive) |
---|---|
State | New, archived |
Headers | show |
Series | Make btrfs W=1 clean | expand |
diff --git a/fs/btrfs/inode.c b/fs/btrfs/inode.c index 5906b4267204..b6711c207808 100644 --- a/fs/btrfs/inode.c +++ b/fs/btrfs/inode.c @@ -3089,7 +3089,7 @@ void btrfs_run_delayed_iputs(struct btrfs_fs_info *fs_info) /** * btrfs_wait_on_delayed_iputs - wait on the delayed iputs to be done running - * @fs_info - the fs_info for this fs + * @fs_info: the fs_info for this fs * @return - EINTR if we were killed, 0 if nothing's pending * * This will wait on any delayed iputs that are currently running with KILLABLE
Fixes fs/btrfs/inode.c:3101: warning: Function parameter or member 'fs_info' not described in 'btrfs_wait_on_delayed_iputs' Signed-off-by: Nikolay Borisov <nborisov@suse.com> --- fs/btrfs/inode.c | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-)