diff mbox series

jbd2: correct member name in document

Message ID 20240809193031.72060-1-zoo868e@gmail.com
State Not Applicable
Headers show
Series jbd2: correct member name in document | expand

Commit Message

Jing-Ping Jan Aug. 9, 2024, 7:30 p.m. UTC
There are two warnings that seems related when building the htmldocs.
It seems the warnings are cause by a discrepancy between the struct
members in the documentation and those in the source code.

Signed-off-by: Jing-Ping Jan <zoo868e@gmail.com>
---
 include/linux/jbd2.h | 2 +-
 1 file changed, 1 insertion(+), 1 deletion(-)
diff mbox series

Patch

diff --git a/include/linux/jbd2.h b/include/linux/jbd2.h
index 5157d92b6f23..17662eae408f 100644
--- a/include/linux/jbd2.h
+++ b/include/linux/jbd2.h
@@ -1086,7 +1086,7 @@  struct journal_s
 	int			j_revoke_records_per_block;
 
 	/**
-	 * @j_transaction_overhead:
+	 * @j_transaction_overhead_buffers:
 	 *
 	 * Number of blocks each transaction needs for its own bookkeeping
 	 */