From patchwork Wed Apr 26 05:18:47 2017 Content-Type: text/plain; charset="utf-8" MIME-Version: 1.0 Content-Transfer-Encoding: 7bit X-Patchwork-Submitter: Julia Lawall X-Patchwork-Id: 9700291 Return-Path: Received: from mail.wl.linuxfoundation.org (pdx-wl-mail.web.codeaurora.org [172.30.200.125]) by pdx-korg-patchwork.web.codeaurora.org (Postfix) with ESMTP id E2B086032C for ; Wed, 26 Apr 2017 05:18:53 +0000 (UTC) Received: from mail.wl.linuxfoundation.org (localhost [127.0.0.1]) by mail.wl.linuxfoundation.org (Postfix) with ESMTP id C5711284DB for ; Wed, 26 Apr 2017 05:18:53 +0000 (UTC) Received: by mail.wl.linuxfoundation.org (Postfix, from userid 486) id B4F222857F; Wed, 26 Apr 2017 05:18:53 +0000 (UTC) X-Spam-Checker-Version: SpamAssassin 3.3.1 (2010-03-16) on pdx-wl-mail.web.codeaurora.org X-Spam-Level: X-Spam-Status: No, score=-6.9 required=2.0 tests=BAYES_00,RCVD_IN_DNSWL_HI autolearn=ham version=3.3.1 Received: from vger.kernel.org (vger.kernel.org [209.132.180.67]) by mail.wl.linuxfoundation.org (Postfix) with ESMTP id B9409284DB for ; Wed, 26 Apr 2017 05:18:52 +0000 (UTC) Received: (majordomo@vger.kernel.org) by vger.kernel.org via listexpand id S1434911AbdDZFSv (ORCPT ); Wed, 26 Apr 2017 01:18:51 -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" Received: from 79-101-39-101.static.isp.telekom.rs (HELO hadrien.local) ([79.101.39.101]) by mail2-relais-roc.national.inria.fr with ESMTP/TLS/DHE-RSA-AES256-GCM-SHA384; 26 Apr 2017 07:18:48 +0200 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 Sender: linux-nfs-owner@vger.kernel.org Precedence: bulk List-ID: X-Mailing-List: linux-nfs@vger.kernel.org X-Virus-Scanned: ClamAV using ClamSMTP 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(-) -- To unsubscribe from this list: send the line "unsubscribe linux-nfs" in the body of a message to majordomo@vger.kernel.org More majordomo info at http://vger.kernel.org/majordomo-info.html --- 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; /*