All of lore.kernel.org
 help / color / mirror / Atom feed
From: kbuild test robot <fengguang.wu@intel.com>
To: Grygorii Strashko <grygorii.strashko@ti.com>
Cc: kbuild-all@01.org, Kishon Vijay Abraham I <kishon@ti.com>,
	linux-kernel@vger.kernel.org
Subject: [PATCH] phy: ti: fix semicolon.cocci warnings
Date: Sun, 9 Dec 2018 22:20:03 +0800	[thread overview]
Message-ID: <20181209142003.GA14967@cairo> (raw)
In-Reply-To: <201812092250.Mb2vAlUO%fengguang.wu@intel.com>

From: kbuild test robot <fengguang.wu@intel.com>

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 <grygorii.strashko@ti.com>
Signed-off-by: kbuild test robot <fengguang.wu@intel.com>
---

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;
 

           reply	other threads:[~2018-12-09 14:21 UTC|newest]

Thread overview: expand[flat|nested]  mbox.gz  Atom feed
 [parent not found: <201812092250.Mb2vAlUO%fengguang.wu@intel.com>]

Reply instructions:

You may reply publicly to this message via plain-text email
using any one of the following methods:

* Save the following mbox file, import it into your mail client,
  and reply-to-all from there: mbox

  Avoid top-posting and favor interleaved quoting:
  https://en.wikipedia.org/wiki/Posting_style#Interleaved_style

* Reply using the --to, --cc, and --in-reply-to
  switches of git-send-email(1):

  git send-email \
    --in-reply-to=20181209142003.GA14967@cairo \
    --to=fengguang.wu@intel.com \
    --cc=grygorii.strashko@ti.com \
    --cc=kbuild-all@01.org \
    --cc=kishon@ti.com \
    --cc=linux-kernel@vger.kernel.org \
    /path/to/YOUR_REPLY

  https://kernel.org/pub/software/scm/git/docs/git-send-email.html

* If your mail client supports setting the In-Reply-To header
  via mailto: links, try the mailto: link
Be sure your reply has a Subject: header at the top and a blank line before the message body.
This is an external index of several public inboxes,
see mirroring instructions on how to clone and mirror
all data and code used by this external index.