From 07fa6010ff939ef6c5a9ae0d230fdfd3bad82722 Mon Sep 17 00:00:00 2001 From: Gustavo A. R. Silva Date: Tue, 27 Nov 2018 10:01:51 +1100 Subject: cifs: suppress some implicit-fallthrough warnings To avoid the warning: warning: this statement may fall through [-Wimplicit-fallthrough=] Signed-off-by: Gustavo A. R. Silva Reviewed-by: Stephen Rothwell Signed-off-by: Steve French --- fs/cifs/connect.c | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) (limited to 'fs/cifs/connect.c') diff --git a/fs/cifs/connect.c b/fs/cifs/connect.c index f0be8ed6871f..e4a924ba6325 100644 --- a/fs/cifs/connect.c +++ b/fs/cifs/connect.c @@ -1828,7 +1828,7 @@ cifs_parse_mount_options(const char *mountdata, const char *devname, vol->password = NULL; break; } - /* Yes it is. Drop down to Opt_pass below.*/ + /* Fallthrough - to Opt_pass below.*/ case Opt_pass: /* Obtain the value string */ value = strchr(data, '='); -- cgit v1.2.3-55-g7522