From mboxrd@z Thu Jan 1 00:00:00 1970 Received: with ECARTIS (v1.0.0; list linux-mips); Sun, 22 Jan 2017 18:50:03 +0100 (CET) Received: from mga01.intel.com ([192.55.52.88]:22558 "EHLO mga01.intel.com" rhost-flags-OK-OK-OK-OK) by eddie.linux-mips.org with ESMTP id S23991964AbdAVRtywlShs (ORCPT ); Sun, 22 Jan 2017 18:49:54 +0100 Received: from fmsmga004.fm.intel.com ([10.253.24.48]) by fmsmga101.fm.intel.com with ESMTP; 22 Jan 2017 09:49:53 -0800 X-ExtLoop1: 1 X-IronPort-AV: E=Sophos;i="5.33,270,1477983600"; d="scan'208";a="216306586" Received: from bee.sh.intel.com (HELO bee) ([10.239.97.14]) by fmsmga004.fm.intel.com with ESMTP; 22 Jan 2017 09:49:49 -0800 Received: from kbuild by bee with local (Exim 4.84_2) (envelope-from ) id 1cVMJH-000Cho-4y; Mon, 23 Jan 2017 01:52:11 +0800 Date: Mon, 23 Jan 2017 01:49:26 +0800 From: kbuild test robot To: Paul Cercueil Cc: kbuild-all@01.org, Linus Walleij , Rob Herring , Mark Rutland , Ralf Baechle , Ulf Hansson , Boris Brezillon , Thierry Reding , Bartlomiej Zolnierkiewicz , Maarten ter Huurne , Lars-Peter Clausen , Paul Burton , linux-gpio@vger.kernel.org, devicetree@vger.kernel.org, linux-kernel@vger.kernel.org, linux-mips@linux-mips.org, linux-mmc@vger.kernel.org, linux-mtd@lists.infradead.org, linux-pwm@vger.kernel.org, linux-fbdev@vger.kernel.org, james.hogan@imgtec.com, Paul Cercueil Subject: [PATCH] GPIO: fix semicolon.cocci warnings Message-ID: <20170122174925.GA16526@lkp-nex06.lkp.intel.com> References: <201701230130.T42P6EcW%fengguang.wu@intel.com> MIME-Version: 1.0 Content-Type: text/plain; charset=us-ascii Content-Disposition: inline In-Reply-To: <20170122144947.16158-5-paul@crapouillou.net> User-Agent: Mutt/1.5.23 (2014-03-12) X-SA-Exim-Connect-IP: X-SA-Exim-Mail-From: fengguang.wu@intel.com X-SA-Exim-Scanned: No (on bee); SAEximRunCond expanded to false Return-Path: X-Envelope-To: <"|/home/ecartis/ecartis -s linux-mips"> (uid 0) X-Orcpt: rfc822;linux-mips@linux-mips.org Original-Recipient: rfc822;linux-mips@linux-mips.org X-archive-position: 56457 X-ecartis-version: Ecartis v1.0.0 Sender: linux-mips-bounce@linux-mips.org Errors-to: linux-mips-bounce@linux-mips.org X-original-sender: lkp@intel.com Precedence: bulk List-help: List-unsubscribe: List-software: Ecartis version 1.0.0 List-Id: linux-mips X-List-ID: linux-mips List-subscribe: List-owner: List-post: List-archive: X-list: linux-mips drivers/gpio/gpio-ingenic.c:101:2-3: Unneeded semicolon Remove unneeded semicolon. Generated by: scripts/coccinelle/misc/semicolon.cocci CC: Paul Cercueil Signed-off-by: Fengguang Wu --- gpio-ingenic.c | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) --- a/drivers/gpio/gpio-ingenic.c +++ b/drivers/gpio/gpio-ingenic.c @@ -98,7 +98,7 @@ static void irq_set_type(struct ingenic_ writel(BIT(offset), jzgc->base + REG_CLEAR(reg2)); writel(BIT(offset), jzgc->base + REG_CLEAR(reg1)); break; - }; + } } From mboxrd@z Thu Jan 1 00:00:00 1970 Received: from mga01.intel.com ([192.55.52.88]:22558 "EHLO mga01.intel.com" rhost-flags-OK-OK-OK-OK) by eddie.linux-mips.org with ESMTP id S23991964AbdAVRtywlShs (ORCPT ); Sun, 22 Jan 2017 18:49:54 +0100 Date: Mon, 23 Jan 2017 01:49:26 +0800 From: kbuild test robot Subject: [PATCH] GPIO: fix semicolon.cocci warnings Message-ID: <20170122174925.GA16526@lkp-nex06.lkp.intel.com> References: <201701230130.T42P6EcW%fengguang.wu@intel.com> MIME-Version: 1.0 Content-Type: text/plain; charset=us-ascii Content-Disposition: inline In-Reply-To: <20170122144947.16158-5-paul@crapouillou.net> Return-Path: Sender: linux-mips-bounce@linux-mips.org Errors-to: linux-mips-bounce@linux-mips.org List-help: List-unsubscribe: List-software: Ecartis version 1.0.0 List-subscribe: List-owner: List-post: List-archive: To: Paul Cercueil Cc: kbuild-all@01.org, Linus Walleij , Rob Herring , Mark Rutland , Ralf Baechle , Ulf Hansson , Boris Brezillon , Thierry Reding , Bartlomiej Zolnierkiewicz , Maarten ter Huurne , Lars-Peter Clausen , Paul Burton , linux-gpio@vger.kernel.org, devicetree@vger.kernel.org, linux-kernel@vger.kernel.org, linux-mips@linux-mips.org, linux-mmc@vger.kernel.org, linux-mtd@lists.infradead.org, linux-pwm@vger.kernel.org, linux-fbdev@vger.kernel.org, james.hogan@imgtec.com Message-ID: <20170122174926.mn73UigkJ57tFx7pbKtjPg0gpI0-n-uzyzi26JtQ7co@z> drivers/gpio/gpio-ingenic.c:101:2-3: Unneeded semicolon Remove unneeded semicolon. Generated by: scripts/coccinelle/misc/semicolon.cocci CC: Paul Cercueil Signed-off-by: Fengguang Wu --- gpio-ingenic.c | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) --- a/drivers/gpio/gpio-ingenic.c +++ b/drivers/gpio/gpio-ingenic.c @@ -98,7 +98,7 @@ static void irq_set_type(struct ingenic_ writel(BIT(offset), jzgc->base + REG_CLEAR(reg2)); writel(BIT(offset), jzgc->base + REG_CLEAR(reg1)); break; - }; + } }