The patch titled Subject: nilfs2: add kernel-doc comments to nilfs_do_roll_forward() has been added to the -mm mm-nonmm-unstable branch. Its filename is nilfs2-add-kernel-doc-comments-to-nilfs_do_roll_forward.patch This patch will shortly appear at https://git.kernel.org/pub/scm/linux/kernel/git/akpm/25-new.git/tree/patches/nilfs2-add-kernel-doc-comments-to-nilfs_do_roll_forward.patch This patch will later appear in the mm-nonmm-unstable branch at git://git.kernel.org/pub/scm/linux/kernel/git/akpm/mm Before you just go and hit "reply", please: a) Consider who else should be cc'ed b) Prefer to cc a suitable mailing list as well c) Ideally: find the original patch on the mailing list and do a reply-to-all to that, adding suitable additional cc's *** Remember to use Documentation/process/submit-checklist.rst when testing your code *** The -mm tree is included into linux-next via the mm-everything branch at git://git.kernel.org/pub/scm/linux/kernel/git/akpm/mm and is updated there every 2-3 working days ------------------------------------------------------ From: Yang Li <yang.lee@xxxxxxxxxxxxxxxxx> Subject: nilfs2: add kernel-doc comments to nilfs_do_roll_forward() Date: Wed, 10 Apr 2024 16:56:27 +0900 Patch series "nilfs2: fix missing kernel-doc comments". This commit adds kernel-doc style comments with complete parameter descriptions for the function nilfs_do_roll_forward. Link: https://lkml.kernel.org/r/20240410075629.3441-1-konishi.ryusuke@xxxxxxxxx Link: https://lkml.kernel.org/r/20240410075629.3441-2-konishi.ryusuke@xxxxxxxxx Signed-off-by: Yang Li <yang.lee@xxxxxxxxxxxxxxxxx> Signed-off-by: Ryusuke Konishi <konishi.ryusuke@xxxxxxxxx> Signed-off-by: Andrew Morton <akpm@xxxxxxxxxxxxxxxxxxxx> --- fs/nilfs2/recovery.c | 1 + 1 file changed, 1 insertion(+) --- a/fs/nilfs2/recovery.c~nilfs2-add-kernel-doc-comments-to-nilfs_do_roll_forward +++ a/fs/nilfs2/recovery.c @@ -563,6 +563,7 @@ static int nilfs_recover_dsync_blocks(st * 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, _ Patches currently in -mm which might be from yang.lee@xxxxxxxxxxxxxxxxx are fs-add-kernel-doc-comments-to-fat_parse_long.patch nilfs2-add-kernel-doc-comments-to-nilfs_do_roll_forward.patch nilfs2-add-kernel-doc-comments-to-nilfs_btree_convert_and_insert.patch nilfs2-add-kernel-doc-comments-to-nilfs_remove_all_gcinodes.patch