[<prev] [next>] [day] [month] [year] [list]
Message-ID: <alpine.DEB.2.20.1704260717290.5347@hadrien>
Date: Wed, 26 Apr 2017 07:18:47 +0200 (CEST)
From: Julia Lawall <julia.lawall@...6.fr>
To: David Howells <dhowells@...hat.com>
cc: Trond Myklebust <trond.myklebust@...marydata.com>,
linux-nfs@...r.kernel.org,
Anna Schumaker <anna.schumaker@...app.com>,
linux-kernel@...r.kernel.org, kbuild-all@...org
Subject: [PATCH] fix semicolon.cocci warnings
Remove unneeded semicolons.
Generated by: scripts/coccinelle/misc/semicolon.cocci
Signed-off-by: Julia Lawall <julia.lawall@...6.fr>
Signed-off-by: Fengguang Wu <fengguang.wu@...el.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;
/*
Powered by blists - more mailing lists