[<prev] [next>] [day] [month] [year] [list]
Message-Id: <20240809193031.72060-1-zoo868e@gmail.com>
Date: Sat, 10 Aug 2024 03:30:31 +0800
From: Jing-Ping Jan <zoo868e@...il.com>
To: "Theodore Ts'o" <tytso@....edu>,
Jan Kara <jack@...e.com>,
linux-ext4@...r.kernel.org,
linux-kernel@...r.kernel.org,
Shuah Khan <skhan@...uxfoundation.org>
Cc: Jing-Ping Jan <zoo868e@...il.com>
Subject: [PATCH] jbd2: correct member name in document
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@...il.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
Powered by blists - more mailing lists