Message ID | 20240803165755.29560-1-shibukumar.bit@gmail.com |
---|---|
State | Superseded |
Headers | show |
Series | correct the variable name of structure in comment in order to remove warning, seen while building Documentation using make htmldocs command | expand |
This has been already fixed by Randy here [1]. Ted just needs to pickup the fix. Ted? Honza [1] https://lore.kernel.org/all/20240723051647.3053491-1-rdunlap@infradead.org On Sat 03-08-24 22:27:37, Shibu Kumar wrote: > --- > 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.43.0 >
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 */