On Tue, Oct 27, 2020 at 10:51:27AM +0100, Mauro Carvalho Chehab wrote: > The kernel-doc markup that documents _fc_replay_callback is > missing an asterisk, causing this warning: > > ../include/linux/jbd2.h:1271: warning: Function parameter or member > 'j_fc_replay_callback' not described in 'journal_s' > > When building the docs. > > Fixes: 609f928af48f ("jbd2: fast commit recovery path") > Signed-off-by: Mauro Carvalho Chehab <mchehab+hua...@kernel.org>
Thanks, I'm accomulating some bug fix patches to push to Linus, so I'll grab this for the ext4 git tree. - Ted