Skip to content

Commit

Permalink
net: phy: fix semicolon.cocci warnings
Browse files Browse the repository at this point in the history
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>
  • Loading branch information
kbuild test robot authored and David S. Miller committed Aug 17, 2015
1 parent a807909 commit ff94c74
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion drivers/net/phy/smsc.c
Original file line number Diff line number Diff line change
Expand Up @@ -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);
Expand Down

0 comments on commit ff94c74

Please sign in to comment.