public inbox for linux-ext4@vger.kernel.org
 help / color / mirror / Atom feed
* [PATCH] correct the variable name of structure in comment in order to remove warning, seen while building Documentation using make htmldocs command
@ 2024-08-03 16:57 Shibu Kumar
  2024-08-05 13:29 ` Jan Kara
  0 siblings, 1 reply; 2+ messages in thread
From: Shibu Kumar @ 2024-08-03 16:57 UTC (permalink / raw)
  To: tytso, jack; +Cc: Shibu Kumar, linux-ext4

---
 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.43.0


^ permalink raw reply related	[flat|nested] 2+ messages in thread

end of thread, other threads:[~2024-08-05 13:29 UTC | newest]

Thread overview: 2+ messages (download: mbox.gz follow: Atom feed
-- links below jump to the message on this page --
2024-08-03 16:57 [PATCH] correct the variable name of structure in comment in order to remove warning, seen while building Documentation using make htmldocs command Shibu Kumar
2024-08-05 13:29 ` Jan Kara

This is a public inbox, see mirroring instructions
for how to clone and mirror all data and code used for this inbox