From: Manas <manas18244@xxxxxxxxxxx> 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@xxxxxxxxxxx> --- 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@xxxxxxxxxxx>