Return-Path: Received: (majordomo@vger.kernel.org) by vger.kernel.org via listexpand id S1752796AbbKPDFq (ORCPT ); Sun, 15 Nov 2015 22:05:46 -0500 Received: from mga14.intel.com ([192.55.52.115]:55748 "EHLO mga14.intel.com" rhost-flags-OK-OK-OK-OK) by vger.kernel.org with ESMTP id S1751781AbbKPDFY (ORCPT ); Sun, 15 Nov 2015 22:05:24 -0500 X-ExtLoop1: 1 X-IronPort-AV: E=Sophos;i="5.20,300,1444719600"; d="scan'208";a="686203228" Date: Mon, 16 Nov 2015 11:04:15 +0800 From: kbuild test robot To: James Bans Cc: kbuild-all@01.org, LINUXKERNEL , Liam Girdwood , Mark Brown , David Dajun Chen , Support Opensource Subject: [PATCH] regulator: pv88090: fix semicolon.cocci warnings Message-ID: <20151116030415.GA28486@lkp-nhm1> References: <201511161150.M8IeW1c7%fengguang.wu@intel.com> MIME-Version: 1.0 Content-Type: text/plain; charset=us-ascii Content-Disposition: inline In-Reply-To: <201511160213.tAG2DCwC038467@krsrvapps-01.diasemi.com> 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 Sender: linux-kernel-owner@vger.kernel.org List-ID: X-Mailing-List: linux-kernel@vger.kernel.org Content-Length: 877 Lines: 30 drivers/regulator/pv88090-regulator.c:291:2-3: Unneeded semicolon Remove unneeded semicolon. Generated by: scripts/coccinelle/misc/semicolon.cocci CC: James Ban Signed-off-by: Fengguang Wu --- pv88090-regulator.c | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) --- a/drivers/regulator/pv88090-regulator.c +++ b/drivers/regulator/pv88090-regulator.c @@ -288,7 +288,7 @@ static struct pv88090_pdata *pv88090_par pdata->init_data[n] = pv88090_matches[i].init_data; pdata->reg_node[n] = pv88090_matches[i].of_node; n++; - }; + } return pdata; } -- To unsubscribe from this list: send the line "unsubscribe linux-kernel" in the body of a message to majordomo@vger.kernel.org More majordomo info at http://vger.kernel.org/majordomo-info.html Please read the FAQ at http://www.tux.org/lkml/