aboutsummaryrefslogtreecommitdiffstats
path: root/drivers/net/phy/mscc.c
diff options
context:
space:
mode:
authorkbuild test robot <lkp@intel.com>2019-11-16 06:38:34 +0800
committerDavid S. Miller <davem@davemloft.net>2019-11-16 13:13:26 -0800
commit1e8795b1b20d2721620165434cdcf427ecd2ba85 (patch)
treec072b2e020c1811130401931c9eeafab5417b20a /drivers/net/phy/mscc.c
parentselftests: net: avoid ptl lock contention in tcp_mmap (diff)
downloadlinux-dev-1e8795b1b20d2721620165434cdcf427ecd2ba85.tar.xz
linux-dev-1e8795b1b20d2721620165434cdcf427ecd2ba85.zip
mscc.c: fix semicolon.cocci warnings
drivers/net/phy/mscc.c:1683:3-4: Unneeded semicolon Remove unneeded semicolon. Generated by: scripts/coccinelle/misc/semicolon.cocci Fixes: 75a1ccfe6c72 ("mscc.c: Add support for additional VSC PHYs") CC: Bryan Whitehead <Bryan.Whitehead@microchip.com> Signed-off-by: kbuild test robot <lkp@intel.com> Signed-off-by: David S. Miller <davem@davemloft.net>
Diffstat (limited to 'drivers/net/phy/mscc.c')
-rw-r--r--drivers/net/phy/mscc.c2
1 files changed, 1 insertions, 1 deletions
diff --git a/drivers/net/phy/mscc.c b/drivers/net/phy/mscc.c
index aadee8db0ff8..d5f8f351d9ef 100644
--- a/drivers/net/phy/mscc.c
+++ b/drivers/net/phy/mscc.c
@@ -1680,7 +1680,7 @@ static int vsc8584_config_init(struct phy_device *phydev)
default:
ret = -EINVAL;
break;
- };
+ }
if (ret)
goto err;