linux-fsdevel.vger.kernel.org archive mirror
 help / color / mirror / Atom feed
From: David Howells <dhowells@redhat.com>
To: viro@zeniv.linux.org.uk
Cc: linux-fsdevel@vger.kernel.org, linux-kernel@vger.kernel.org
Subject: [PATCH] Adjust comments in linux/fs_parser.h
Date: Thu, 21 May 2020 14:09:49 +0100	[thread overview]
Message-ID: <159006658996.105720.14023071485286413229.stgit@warthog.procyon.org.uk> (raw)

Fix some comments in linux/fs_parser.h that have not kept up with the
changes.

Signed-off-by: David Howells <dhowells@redhat.com>
---

 include/linux/fs_parser.h |    8 ++++----
 1 file changed, 4 insertions(+), 4 deletions(-)

diff --git a/include/linux/fs_parser.h b/include/linux/fs_parser.h
index 2eab6d5f6736..784f4bfa2aa2 100644
--- a/include/linux/fs_parser.h
+++ b/include/linux/fs_parser.h
@@ -53,10 +53,10 @@ struct fs_parameter_spec {
 struct fs_parse_result {
 	bool			negated;	/* T if param was "noxxx" */
 	union {
-		bool		boolean;	/* For spec_bool */
-		int		int_32;		/* For spec_s32/spec_enum */
-		unsigned int	uint_32;	/* For spec_u32{,_octal,_hex}/spec_enum */
-		u64		uint_64;	/* For spec_u64 */
+		bool		boolean;	/* For fs_param_is_bool */
+		int		int_32;		/* For fs_param_is_{s32,enum} */
+		unsigned int	uint_32;	/* For fs_param_is_{u32*,enum,fd) */
+		u64		uint_64;	/* For fs_param_is_u64 */
 	};
 };
 



                 reply	other threads:[~2020-05-21 13:09 UTC|newest]

Thread overview: [no followups] expand[flat|nested]  mbox.gz  Atom feed

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=159006658996.105720.14023071485286413229.stgit@warthog.procyon.org.uk \
    --to=dhowells@redhat.com \
    --cc=linux-fsdevel@vger.kernel.org \
    --cc=linux-kernel@vger.kernel.org \
    --cc=viro@zeniv.linux.org.uk \
    /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 a public inbox, see mirroring instructions
for how to clone and mirror all data and code used for this inbox;
as well as URLs for NNTP newsgroup(s).