All of lore.kernel.org
 help / color / mirror / Atom feed
From: Shibu Kumar <shibukumar.bit@gmail.com>
To: tytso@mit.edu, jack@suse.com
Cc: Shibu Kumar <shibukumar.bit@gmail.com>, linux-ext4@vger.kernel.org
Subject: [PATCH] correct the variable name of structure in comment in order to remove warning, seen while building Documentation using make htmldocs command
Date: Sat,  3 Aug 2024 22:27:37 +0530	[thread overview]
Message-ID: <20240803165755.29560-1-shibukumar.bit@gmail.com> (raw)

---
 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


             reply	other threads:[~2024-08-03 16:58 UTC|newest]

Thread overview: 2+ messages / expand[flat|nested]  mbox.gz  Atom feed  top
2024-08-03 16:57 Shibu Kumar [this message]
2024-08-05 13:29 ` [PATCH] correct the variable name of structure in comment in order to remove warning, seen while building Documentation using make htmldocs command Jan Kara

Reply instructions:

You may reply publicly to this message via plain-text email
using any one of the following methods:

* Save the following mbox file, import it into your mail client,
  and reply-to-all from there: mbox

  Avoid top-posting and favor interleaved quoting:
  https://en.wikipedia.org/wiki/Posting_style#Interleaved_style

* Reply using the --to, --cc, and --in-reply-to
  switches of git-send-email(1):

  git send-email \
    --in-reply-to=20240803165755.29560-1-shibukumar.bit@gmail.com \
    --to=shibukumar.bit@gmail.com \
    --cc=jack@suse.com \
    --cc=linux-ext4@vger.kernel.org \
    --cc=tytso@mit.edu \
    /path/to/YOUR_REPLY

  https://kernel.org/pub/software/scm/git/docs/git-send-email.html

* If your mail client supports setting the In-Reply-To header
  via mailto: links, try the mailto: link
Be sure your reply has a Subject: header at the top and a blank line before the message body.
This is an external index of several public inboxes,
see mirroring instructions on how to clone and mirror
all data and code used by this external index.