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

abid-sayyad posted 1 patch 1 year, 5 months ago
include/linux/jbd2.h | 2 +-
1 file changed, 1 insertion(+), 1 deletion(-)
[PATCH v2] Fix member variable description warnings while building docs
Posted by abid-sayyad 1 year, 5 months ago
Signed-off-by: abid-sayyad <sayyad.abid16@gmail.com>
---
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@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.39.2