[PATCH] jbd2: correct member name in document

Jing-Ping Jan posted 1 patch 1 year, 6 months ago
include/linux/jbd2.h | 2 +-
1 file changed, 1 insertion(+), 1 deletion(-)
[PATCH] jbd2: correct member name in document
Posted by Jing-Ping Jan 1 year, 6 months ago
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 --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