net: phy: marvell: Fix style violations
Fix some style violations (mostly wrong indentions) in the Marvell PHY driver. Acked-by: Joe Hershberger <joe.hershberger@ni.com> Signed-off-by: Mario Six <mario.six@gdsys.cc>
This commit is contained in:
parent
1313aaf031
commit
76f11d3adf
@ -178,7 +178,7 @@ static int m88e1xxx_parse_status(struct phy_device *phydev)
|
||||
MIIM_88E1xxx_PHY_STATUS);
|
||||
}
|
||||
puts(" done\n");
|
||||
udelay(500000); /* another 500 ms (results in faster booting) */
|
||||
mdelay(500); /* another 500 ms (results in faster booting) */
|
||||
} else {
|
||||
if (mii_reg & MIIM_88E1xxx_PHYSTAT_LINK)
|
||||
phydev->link = 1;
|
||||
|
Loading…
Reference in New Issue
Block a user