* [PATCH] correct the variable name of structure in comment in order to remove warning, seen while building Documentation using make htmldocs command
@ 2024-08-03 16:57 Shibu Kumar
2024-08-05 13:29 ` Jan Kara
0 siblings, 1 reply; 2+ messages in thread
From: Shibu Kumar @ 2024-08-03 16:57 UTC (permalink / raw)
To: tytso, jack; +Cc: Shibu Kumar, linux-ext4
---
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
^ permalink raw reply related [flat|nested] 2+ messages in thread
* Re: [PATCH] correct the variable name of structure in comment in order to remove warning, seen while building Documentation using make htmldocs command
2024-08-03 16:57 [PATCH] correct the variable name of structure in comment in order to remove warning, seen while building Documentation using make htmldocs command Shibu Kumar
@ 2024-08-05 13:29 ` Jan Kara
0 siblings, 0 replies; 2+ messages in thread
From: Jan Kara @ 2024-08-05 13:29 UTC (permalink / raw)
To: Shibu Kumar; +Cc: tytso, jack, linux-ext4
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
>
--
Jan Kara <jack@suse.com>
SUSE Labs, CR
^ permalink raw reply [flat|nested] 2+ messages in thread
end of thread, other threads:[~2024-08-05 13:29 UTC | newest]
Thread overview: 2+ messages (download: mbox.gz follow: Atom feed
-- links below jump to the message on this page --
2024-08-03 16:57 [PATCH] correct the variable name of structure in comment in order to remove warning, seen while building Documentation using make htmldocs command Shibu Kumar
2024-08-05 13:29 ` Jan Kara
This is a public inbox, see mirroring instructions
for how to clone and mirror all data and code used for this inbox