From: Julia Lawall <julia.lawall@lip6.fr>
To: David Howells <dhowells@redhat.com>
Cc: Trond Myklebust <trond.myklebust@primarydata.com>,
linux-nfs@vger.kernel.org,
Anna Schumaker <anna.schumaker@netapp.com>,
linux-kernel@vger.kernel.org, kbuild-all@01.org
Subject: [PATCH] fix semicolon.cocci warnings
Date: Wed, 26 Apr 2017 07:18:47 +0200 (CEST) [thread overview]
Message-ID: <alpine.DEB.2.20.1704260717290.5347@hadrien> (raw)
Remove unneeded semicolons.
Generated by: scripts/coccinelle/misc/semicolon.cocci
Signed-off-by: Julia Lawall <julia.lawall@lip6.fr>
Signed-off-by: Fengguang Wu <fengguang.wu@intel.com>
---
mount.c | 4 ++--
1 file changed, 2 insertions(+), 2 deletions(-)
--- a/fs/nfs/mount.c
+++ b/fs/nfs/mount.c
@@ -1134,7 +1134,7 @@ static int nfs_mount_ctx_option(struct m
default:
mc->error = "NFS: Invalid lookupcache argument";
return -EINVAL;
- };
+ }
break;
case Opt_fscache_uniq:
if (nfs_get_option_str(args, &mnt->fscache_uniq))
@@ -1165,7 +1165,7 @@ static int nfs_mount_ctx_option(struct m
default:
mc->error = "NFS: invalid local_lock argument";
return -EINVAL;
- };
+ }
break;
/*
next reply other threads:[~2017-04-26 5:18 UTC|newest]
Thread overview: 2+ messages / expand[flat|nested] mbox.gz Atom feed top
2017-04-26 5:18 Julia Lawall [this message]
2019-03-16 3:38 [PATCH] Use fall-through attribute rather than magic comments Shawn Landden
2019-03-19 10:34 ` [PATCH] fix semicolon.cocci warnings kbuild test robot
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=alpine.DEB.2.20.1704260717290.5347@hadrien \
--to=julia.lawall@lip6.fr \
--cc=anna.schumaker@netapp.com \
--cc=dhowells@redhat.com \
--cc=kbuild-all@01.org \
--cc=linux-kernel@vger.kernel.org \
--cc=linux-nfs@vger.kernel.org \
--cc=trond.myklebust@primarydata.com \
/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
all inboxes | Powered by JetHome®