Commit ff94c742 authored by kbuild test robot's avatar kbuild test robot Committed by David S. Miller

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: default avatarFengguang Wu <fengguang.wu@intel.com>
Signed-off-by: default avatarDavid S. Miller <davem@davemloft.net>
parent a8079092
...@@ -124,7 +124,7 @@ static int lan87xx_read_status(struct phy_device *phydev) ...@@ -124,7 +124,7 @@ static int lan87xx_read_status(struct phy_device *phydev)
return rc; return rc;
if (rc & MII_LAN83C185_ENERGYON) if (rc & MII_LAN83C185_ENERGYON)
break; break;
}; }
/* Re-enable EDPD */ /* Re-enable EDPD */
rc = phy_read(phydev, MII_LAN83C185_CTRL_STATUS); rc = phy_read(phydev, MII_LAN83C185_CTRL_STATUS);
......
Markdown is supported
0%
or
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment