public inbox for linux-kernel@vger.kernel.org
 help / color / mirror / Atom feed
* [PATCH -next 1/3] fs: Add kernel-doc comments to nilfs_do_roll_forward()
@ 2024-03-22  7:32 Yang Li
  2024-03-22  7:32 ` [PATCH -next 2/3] fs: Add kernel-doc comments to nilfs_btree_convert_and_insert() Yang Li
  2024-03-22  7:32 ` [PATCH -next 3/3] fs: Add kernel-doc comments to nilfs_remove_all_gcinodes() Yang Li
  0 siblings, 2 replies; 4+ messages in thread
From: Yang Li @ 2024-03-22  7:32 UTC (permalink / raw)
  To: konishi.ryusuke; +Cc: linux-nilfs, linux-kernel, Yang Li

This commit adds kernel-doc style comments with complete parameter
descriptions for the function nilfs_do_roll_forward.

Signed-off-by: Yang Li <yang.lee@linux.alibaba.com>
---
 fs/nilfs2/recovery.c | 1 +
 1 file changed, 1 insertion(+)

diff --git a/fs/nilfs2/recovery.c b/fs/nilfs2/recovery.c
index 49a70c68bf3c..e48372618ac4 100644
--- a/fs/nilfs2/recovery.c
+++ b/fs/nilfs2/recovery.c
@@ -563,6 +563,7 @@ static int nilfs_recover_dsync_blocks(struct the_nilfs *nilfs,
  * checkpoint
  * @nilfs: nilfs object
  * @sb: super block instance
+ * @root: NILFS root instance
  * @ri: pointer to a nilfs_recovery_info
  */
 static int nilfs_do_roll_forward(struct the_nilfs *nilfs,
-- 
2.20.1.7.g153144c


^ permalink raw reply related	[flat|nested] 4+ messages in thread

end of thread, other threads:[~2024-03-22  9:58 UTC | newest]

Thread overview: 4+ messages (download: mbox.gz follow: Atom feed
-- links below jump to the message on this page --
2024-03-22  7:32 [PATCH -next 1/3] fs: Add kernel-doc comments to nilfs_do_roll_forward() Yang Li
2024-03-22  7:32 ` [PATCH -next 2/3] fs: Add kernel-doc comments to nilfs_btree_convert_and_insert() Yang Li
2024-03-22  9:57   ` Ryusuke Konishi
2024-03-22  7:32 ` [PATCH -next 3/3] fs: Add kernel-doc comments to nilfs_remove_all_gcinodes() Yang Li

This is a public inbox, see mirroring instructions
for how to clone and mirror all data and code used for this inbox