[<prev] [next>] [thread-next>] [day] [month] [year] [list]
Message-ID: <20240803165755.29560-1-shibukumar.bit@gmail.com>
Date: Sat, 3 Aug 2024 22:27:37 +0530
From: Shibu Kumar <shibukumar.bit@...il.com>
To: tytso@....edu,
jack@...e.com
Cc: Shibu Kumar <shibukumar.bit@...il.com>,
linux-ext4@...r.kernel.org
Subject: [PATCH] correct the variable name of structure in comment in order to remove warning, seen while building Documentation using make htmldocs command
---
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
Powered by blists - more mailing lists