[<prev] [next>] [thread-next>] [day] [month] [year] [list]
Message-Id: <20240729020606.332894-1-haifeng.xu@shopee.com>
Date: Mon, 29 Jul 2024 10:06:06 +0800
From: Haifeng Xu <haifeng.xu@...pee.com>
To: brauner@...nel.org
Cc: jack@...e.cz,
axboe@...nel.dk,
tj@...nel.org,
viro@...iv.linux.org.uk,
linux-fsdevel@...r.kernel.org,
linux-kernel@...r.kernel.org,
Haifeng Xu <haifeng.xu@...pee.com>,
kernel test robot <lkp@...el.com>
Subject: [PATCH] fs/writeback: fix kernel-doc warnings
The kernel test robot reported kernel-doc warnings here:
fs/fs-writeback.c:1144: warning: Function parameter or struct member 'sb' not described in 'cgroup_writeback_umount'
cgroup_writeback_umount() is missing an argument description, fix it.
Reported-by: kernel test robot <lkp@...el.com>
Closes: https://lore.kernel.org/oe-kbuild-all/202407261749.LkRbgZxK-lkp@intel.com/
Signed-off-by: Haifeng Xu <haifeng.xu@...pee.com>
---
fs/fs-writeback.c | 1 +
1 file changed, 1 insertion(+)
diff --git a/fs/fs-writeback.c b/fs/fs-writeback.c
index 09facd4356d9..cf08f622d720 100644
--- a/fs/fs-writeback.c
+++ b/fs/fs-writeback.c
@@ -1132,6 +1132,7 @@ int cgroup_writeback_by_id(u64 bdi_id, int memcg_id,
/**
* cgroup_writeback_umount - flush inode wb switches for umount
+ * @sb: superblock to kill
*
* This function is called when a super_block is about to be destroyed and
* flushes in-flight inode wb switches. An inode wb switch goes through
--
2.25.1
Powered by blists - more mailing lists