Message ID | 20220215033454.102725-1-jiapeng.chong@linux.alibaba.com (mailing list archive) |
---|---|
State | New, archived |
Headers | show |
Series | btrfs: Fix non-kernel-doc comment | expand |
diff --git a/fs/btrfs/inode.c b/fs/btrfs/inode.c index e3fc83793df1..cf970832b929 100644 --- a/fs/btrfs/inode.c +++ b/fs/btrfs/inode.c @@ -3426,7 +3426,7 @@ void btrfs_run_delayed_iputs(struct btrfs_fs_info *fs_info) spin_unlock(&fs_info->delayed_iput_lock); } -/** +/* * Wait for flushing all delayed iputs * * @fs_info: the filesystem
Fixes the following W=1 kernel build warning: fs/btrfs/inode.c:3430: warning: This comment starts with '/**', but isn't a kernel-doc comment. Refer Documentation/doc-guide/kernel-doc.rst * Wait for flushing all delayed iputs. Reported-by: Abaci Robot <abaci@linux.alibaba.com> Signed-off-by: Jiapeng Chong <jiapeng.chong@linux.alibaba.com> --- fs/btrfs/inode.c | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-)