aboutsummaryrefslogtreecommitdiffstats
path: root/drivers/net/phy/smsc.c
diff options
context:
space:
mode:
authorkbuild test robot <fengguang.wu@intel.com>2015-08-18 06:31:42 +0800
committerDavid S. Miller <davem@davemloft.net>2015-08-17 15:53:06 -0700
commitff94c742dfeea3110f1e1d27399d728f8494d29e (patch)
tree273a5c1e6449e33fa6bbc30cb51f979a0761124b /drivers/net/phy/smsc.c
parentnet: qmi_wwan: add HP lt4111 LTE/EV-DO/HSPA+ Gobi 4G Module (diff)
downloadlinux-dev-ff94c742dfeea3110f1e1d27399d728f8494d29e.tar.xz
linux-dev-ff94c742dfeea3110f1e1d27399d728f8494d29e.zip
net: phy: fix semicolon.cocci warnings
drivers/net/phy/smsc.c:127:3-4: Unneeded semicolon Remove unneeded semicolon. Generated by: scripts/coccinelle/misc/semicolon.cocci CC: Igor Plyatov <plyatov@gmail.com> Signed-off-by: Fengguang Wu <fengguang.wu@intel.com> Signed-off-by: David S. Miller <davem@davemloft.net>
Diffstat (limited to 'drivers/net/phy/smsc.c')
-rw-r--r--drivers/net/phy/smsc.c2
1 files changed, 1 insertions, 1 deletions
diff --git a/drivers/net/phy/smsc.c b/drivers/net/phy/smsc.c
index d64f01623bd1..70b08958763a 100644
--- a/drivers/net/phy/smsc.c
+++ b/drivers/net/phy/smsc.c
@@ -124,7 +124,7 @@ static int lan87xx_read_status(struct phy_device *phydev)
return rc;
if (rc & MII_LAN83C185_ENERGYON)
break;
- };
+ }
/* Re-enable EDPD */
rc = phy_read(phydev, MII_LAN83C185_CTRL_STATUS);