[PATCH v2] Fix member variable description warnings while building docs

From: abid-sayyad
Date: Mon Aug 19 2024 - 14:41:50 EST


Signed-off-by: abid-sayyad <sayyad.abid16@xxxxxxxxx>
---
Changes since v1:
- Split the original patch into two separate patches as per feedback
from Jani Nikula.
- Acknowledge that the `drm_dp_helper.h` change was already merged in `drm-tip`
as per feedback from Mitulkumar Ajitkumar Golani.
link to previous commit :
https://lore.kernel.org/all/20240818112543.1089986-1-sayyad.abid16@xxxxxxxxx/
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.39.2