From mboxrd@z Thu Jan 1 00:00:00 1970 Return-Path: Received: (majordomo@vger.kernel.org) by vger.kernel.org via listexpand id S1434927AbdDZFS7 (ORCPT ); Wed, 26 Apr 2017 01:18:59 -0400 Received: from mail2-relais-roc.national.inria.fr ([192.134.164.83]:8187 "EHLO mail2-relais-roc.national.inria.fr" rhost-flags-OK-OK-OK-OK) by vger.kernel.org with ESMTP id S1035498AbdDZFSu (ORCPT ); Wed, 26 Apr 2017 01:18:50 -0400 X-IronPort-AV: E=Sophos;i="5.37,253,1488841200"; d="scan'208";a="270504583" Date: Wed, 26 Apr 2017 07:18:47 +0200 (CEST) From: Julia Lawall X-X-Sender: jll@hadrien To: David Howells cc: Trond Myklebust , linux-nfs@vger.kernel.org, Anna Schumaker , linux-kernel@vger.kernel.org, kbuild-all@01.org Subject: [PATCH] fix semicolon.cocci warnings Message-ID: User-Agent: Alpine 2.20 (DEB 67 2015-01-07) MIME-Version: 1.0 Content-Type: text/plain; charset=US-ASCII Sender: linux-kernel-owner@vger.kernel.org List-ID: X-Mailing-List: linux-kernel@vger.kernel.org Remove unneeded semicolons. Generated by: scripts/coccinelle/misc/semicolon.cocci Signed-off-by: Julia Lawall Signed-off-by: Fengguang Wu --- 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; /*