From mboxrd@z Thu Jan 1 00:00:00 1970 Return-Path: X-Spam-Checker-Version: SpamAssassin 3.4.0 (2014-02-07) on aws-us-west-2-korg-lkml-1.web.codeaurora.org X-Spam-Level: X-Spam-Status: No, score=-10.4 required=3.0 tests=HEADER_FROM_DIFFERENT_DOMAINS,MAILING_LIST_MULTI,MENTIONS_GIT_HOSTING, SIGNED_OFF_BY,SPF_PASS,URIBL_BLOCKED,USER_AGENT_MUTT autolearn=ham autolearn_force=no version=3.4.0 Received: from mail.kernel.org (mail.kernel.org [198.145.29.99]) by smtp.lore.kernel.org (Postfix) with ESMTP id 6555FC07E85 for ; Sun, 9 Dec 2018 14:21:07 +0000 (UTC) Received: from vger.kernel.org (vger.kernel.org [209.132.180.67]) by mail.kernel.org (Postfix) with ESMTP id 0FB6E20672 for ; Sun, 9 Dec 2018 14:21:06 +0000 (UTC) DMARC-Filter: OpenDMARC Filter v1.3.2 mail.kernel.org 0FB6E20672 Authentication-Results: mail.kernel.org; dmarc=fail (p=none dis=none) header.from=intel.com Authentication-Results: mail.kernel.org; spf=none smtp.mailfrom=linux-kernel-owner@vger.kernel.org Received: (majordomo@vger.kernel.org) by vger.kernel.org via listexpand id S1726274AbeLIOVG (ORCPT ); Sun, 9 Dec 2018 09:21:06 -0500 Received: from mga18.intel.com ([134.134.136.126]:61210 "EHLO mga18.intel.com" rhost-flags-OK-OK-OK-OK) by vger.kernel.org with ESMTP id S1726212AbeLIOVF (ORCPT ); Sun, 9 Dec 2018 09:21:05 -0500 X-Amp-Result: SKIPPED(no attachment in message) X-Amp-File-Uploaded: False Received: from fmsmga005.fm.intel.com ([10.253.24.32]) by orsmga106.jf.intel.com with ESMTP/TLS/DHE-RSA-AES256-GCM-SHA384; 09 Dec 2018 06:21:05 -0800 X-ExtLoop1: 1 X-IronPort-AV: E=Sophos;i="5.56,334,1539673200"; d="scan'208";a="302327682" Received: from lkp-server01.sh.intel.com (HELO lkp-server01) ([10.239.97.150]) by fmsmga005.fm.intel.com with ESMTP; 09 Dec 2018 06:21:04 -0800 Received: from kbuild by lkp-server01 with local (Exim 4.89) (envelope-from ) id 1gVzx9-000EcF-QW; Sun, 09 Dec 2018 22:21:03 +0800 Date: Sun, 9 Dec 2018 22:20:03 +0800 From: kbuild test robot To: Grygorii Strashko Cc: kbuild-all@01.org, Kishon Vijay Abraham I , linux-kernel@vger.kernel.org Subject: [PATCH] phy: ti: fix semicolon.cocci warnings Message-ID: <20181209142003.GA14967@cairo> References: <201812092250.Mb2vAlUO%fengguang.wu@intel.com> MIME-Version: 1.0 Content-Type: text/plain; charset=us-ascii Content-Disposition: inline In-Reply-To: <201812092250.Mb2vAlUO%fengguang.wu@intel.com> User-Agent: Mutt/1.5.23 (2014-03-12) Sender: linux-kernel-owner@vger.kernel.org Precedence: bulk List-ID: X-Mailing-List: linux-kernel@vger.kernel.org From: kbuild test robot drivers/phy/ti/phy-gmii-sel.c:91:2-3: Unneeded semicolon Remove unneeded semicolon. Generated by: scripts/coccinelle/misc/semicolon.cocci Fixes: 1811851f4e73 ("phy: ti: introduce phy-gmii-sel driver") CC: Grygorii Strashko Signed-off-by: kbuild test robot --- tree: https://git.kernel.org/pub/scm/linux/kernel/git/kishon/linux-phy.git next head: 013231475e124abfb61099a42ec18dc2eaadc393 commit: 1811851f4e736e73f274238f0558d179514bcdc0 [16/25] phy: ti: introduce phy-gmii-sel driver phy-gmii-sel.c | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) --- a/drivers/phy/ti/phy-gmii-sel.c +++ b/drivers/phy/ti/phy-gmii-sel.c @@ -88,7 +88,7 @@ static int phy_gmii_sel_mode(struct phy "port%u: unsupported mode: \"%s\". Defaulting to MII.\n", if_phy->id, phy_modes(rgmii_id)); return -EINVAL; - }; + } if_phy->phy_if_mode = submode;