Skip to content

Commit

Permalink
jbd2: fix a kernel-doc markup
Browse files Browse the repository at this point in the history
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: 609f928 ("jbd2: fast commit recovery path")
Signed-off-by: Mauro Carvalho Chehab <[email protected]>
Link: https://lore.kernel.org/r/6055927ada2015b55b413cdd2670533bdc9a8da2.1603791716.git.mchehab+huawei@kernel.org
Signed-off-by: Theodore Ts'o <[email protected]>
  • Loading branch information
mchehab authored and tytso committed Oct 28, 2020
1 parent ababea7 commit ea4b01d
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion include/linux/jbd2.h
Original file line number Diff line number Diff line change
Expand Up @@ -1256,7 +1256,7 @@ struct journal_s
*/
void (*j_fc_cleanup_callback)(struct journal_s *journal, int);

/*
/**
* @j_fc_replay_callback:
*
* File-system specific function that performs replay of a fast
Expand Down

0 comments on commit ea4b01d

Please sign in to comment.