[PATCH] jbd2: correct member name in document

From: Jing-Ping Jan
Date: Fri Aug 09 2024 - 15:30:53 EST


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@xxxxxxxxx>
---
include/linux/jbd2.h | 2 +-
1 file changed, 1 insertion(+), 1 deletion(-)

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
*/
--
2.25.1