Skip to content

Commit 7e8fb2e

Browse files
rddunlaptytso
authored andcommitted
jbd2: fix kernel-doc for j_transaction_overhead_buffers
Use the correct struct member name in the kernel-doc notation to prevent a kernel-doc build warning. include/linux/jbd2.h:1303: warning: Function parameter or struct member 'j_transaction_overhead_buffers' not described in 'journal_s' include/linux/jbd2.h:1303: warning: Excess struct member 'j_transaction_overhead' description in 'journal_s' Fixes: e3a00a2 ("jbd2: precompute number of transaction descriptor blocks") Reported-by: Stephen Rothwell <[email protected]> Closes: https://lore.kernel.org/linux-next/[email protected]/ Signed-off-by: Randy Dunlap <[email protected]> Reviewed-by: Jan Kara <[email protected]> Link: https://patch.msgid.link/[email protected] Signed-off-by: Theodore Ts'o <[email protected]>
1 parent 3e3a693 commit 7e8fb2e

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

include/linux/jbd2.h

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1086,7 +1086,7 @@ struct journal_s
10861086
int j_revoke_records_per_block;
10871087

10881088
/**
1089-
* @j_transaction_overhead:
1089+
* @j_transaction_overhead_buffers:
10901090
*
10911091
* Number of blocks each transaction needs for its own bookkeeping
10921092
*/

0 commit comments

Comments
 (0)