linux-kernel.vger.kernel.org archive mirror
 help / color / mirror / Atom feed
* [PATCH] phy: ti: fix semicolon.cocci warnings
       [not found] <201812092250.Mb2vAlUO%fengguang.wu@intel.com>
@ 2018-12-09 14:20 ` kbuild test robot
  0 siblings, 0 replies; only message in thread
From: kbuild test robot @ 2018-12-09 14:20 UTC (permalink / raw)
  To: Grygorii Strashko; +Cc: kbuild-all, Kishon Vijay Abraham I, linux-kernel

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;
 

^ permalink raw reply	[flat|nested] only message in thread

only message in thread, other threads:[~2018-12-09 14:21 UTC | newest]

Thread overview: (only message) (download: mbox.gz / follow: Atom feed)
-- links below jump to the message on this page --
     [not found] <201812092250.Mb2vAlUO%fengguang.wu@intel.com>
2018-12-09 14:20 ` [PATCH] phy: ti: fix semicolon.cocci warnings kbuild test robot

This is a public inbox, see mirroring instructions
for how to clone and mirror all data and code used for this inbox;
as well as URLs for NNTP newsgroup(s).