[<prev] [next>] [day] [month] [year] [list]
Message-Id: <20240820-journal_s-missing-description-fix-v1-1-578b218e646d@iiitd.ac.in>
Date: Tue, 20 Aug 2024 16:28:59 +0530
From: Manas via B4 Relay <devnull+manas18244.iiitd.ac.in@...nel.org>
To: Theodore Ts'o <tytso@....edu>, Jan Kara <jack@...e.com>,
Shuah Khan <skhan@...uxfoundation.org>
Cc: linux-ext4@...r.kernel.org, linux-kernel@...r.kernel.org,
Manas <manas18244@...td.ac.in>
Subject: [PATCH] Fix missing description in struct member for journal_s
From: Manas <manas18244@...td.ac.in>
The struct member 'j_transaction_overhead_buffers' in 'journal_s' was
commented with partial name. 'make htmldocs' warned about this.
Signed-off-by: Manas <manas18244@...td.ac.in>
---
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
*/
---
base-commit: 47ac09b91befbb6a235ab620c32af719f8208399
change-id: 20240820-journal_s-missing-description-fix-eb128c06d872
Best regards,
--
Manas <manas18244@...td.ac.in>
Powered by blists - more mailing lists