Skip to content
This repository was archived by the owner on Nov 8, 2023. It is now read-only.

Commit dcfaf8b

Browse files
rddunlapgregkh
authored andcommitted
jbd2: fix kernel-doc for j_transaction_overhead_buffers
[ Upstream commit 7e8fb2e ] 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]> Signed-off-by: Sasha Levin <[email protected]>
1 parent 5f77c8e commit dcfaf8b

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
@@ -1084,7 +1084,7 @@ struct journal_s
10841084
int j_revoke_records_per_block;
10851085

10861086
/**
1087-
* @j_transaction_overhead:
1087+
* @j_transaction_overhead_buffers:
10881088
*
10891089
* Number of blocks each transaction needs for its own bookkeeping
10901090
*/

0 commit comments

Comments
 (0)