linux-fsdevel.vger.kernel.org archive mirror
 help / color / mirror / Atom feed
* [PATCH] Adjust comments in linux/fs_parser.h
@ 2020-05-21 13:09 David Howells
  0 siblings, 0 replies; only message in thread
From: David Howells @ 2020-05-21 13:09 UTC (permalink / raw)
  To: viro; +Cc: linux-fsdevel, linux-kernel

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 */
 	};
 };
 



^ permalink raw reply related	[flat|nested] only message in thread

only message in thread, other threads:[~2020-05-21 13:09 UTC | newest]

Thread overview: (only message) (download: mbox.gz / follow: Atom feed)
-- links below jump to the message on this page --
2020-05-21 13:09 [PATCH] Adjust comments in linux/fs_parser.h David Howells

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