* [PATCH] jbd2: correct member name in document
@ 2024-08-09 19:30 Jing-Ping Jan
0 siblings, 0 replies; only message in thread
From: Jing-Ping Jan @ 2024-08-09 19:30 UTC (permalink / raw)
To: Theodore Ts'o, Jan Kara, linux-ext4, linux-kernel, Shuah Khan
Cc: Jing-Ping Jan
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
^ permalink raw reply [flat|nested] only message in thread
only message in thread, other threads:[~2024-08-09 19:30 UTC | newest]
Thread overview: (only message) (download: mbox.gz / follow: Atom feed)
-- links below jump to the message on this page --
2024-08-09 19:30 [PATCH] jbd2: correct member name in document Jing-Ping Jan
This is a public inbox, see mirroring instructions
for how to clone and mirror all data and code used for this inbox
all inboxes | Powered by JetHome®