aboutsummaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorkbuild test robot <[email protected]>2019-11-16 06:38:34 +0800
committerDavid S. Miller <[email protected]>2019-11-16 13:13:26 -0800
commit1e8795b1b20d2721620165434cdcf427ecd2ba85 (patch)
treec072b2e020c1811130401931c9eeafab5417b20a
parent597b01edafac57aafdbf1ca51e26ceb41c371912 (diff)
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 <[email protected]> Signed-off-by: kbuild test robot <[email protected]> Signed-off-by: David S. Miller <[email protected]>
-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;