[PATCH] btrfs: Fix non-kernel-doc comment

From: Jiapeng Chong
Date: Mon Feb 14 2022 - 22:35:15 EST


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@xxxxxxxxxxxxxxxxx>
Signed-off-by: Jiapeng Chong <jiapeng.chong@xxxxxxxxxxxxxxxxx>
---
fs/btrfs/inode.c | 2 +-
1 file changed, 1 insertion(+), 1 deletion(-)

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
--
2.20.1.7.g153144c