Message ID | 20240819183351.262492-1-sayyad.abid16@gmail.com (mailing list archive) |
---|---|
State | New, archived |
Headers | show |
Series | [v2] Fix member variable description warnings while building docs | expand |
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 */
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(-) -- 2.39.2