File tree Expand file tree Collapse file tree 1 file changed +8
-4
lines changed Expand file tree Collapse file tree 1 file changed +8
-4
lines changed Original file line number Diff line number Diff line change @@ -217,9 +217,11 @@ static int marvell_config_intr(struct phy_device *phydev)
217217 int err ;
218218
219219 if (phydev -> interrupts == PHY_INTERRUPT_ENABLED )
220- err = phy_write (phydev , MII_M1011_IMASK , MII_M1011_IMASK_INIT );
220+ err = phy_write (phydev , MII_M1011_IMASK ,
221+ MII_M1011_IMASK_INIT );
221222 else
222- err = phy_write (phydev , MII_M1011_IMASK , MII_M1011_IMASK_CLEAR );
223+ err = phy_write (phydev , MII_M1011_IMASK ,
224+ MII_M1011_IMASK_CLEAR );
223225
224226 return err ;
225227}
@@ -1394,7 +1396,8 @@ static int m88e1121_did_interrupt(struct phy_device *phydev)
13941396 return 0 ;
13951397}
13961398
1397- static void m88e1318_get_wol (struct phy_device * phydev , struct ethtool_wolinfo * wol )
1399+ static void m88e1318_get_wol (struct phy_device * phydev ,
1400+ struct ethtool_wolinfo * wol )
13981401{
13991402 wol -> supported = WAKE_MAGIC ;
14001403 wol -> wolopts = 0 ;
@@ -1410,7 +1413,8 @@ static void m88e1318_get_wol(struct phy_device *phydev, struct ethtool_wolinfo *
14101413 return ;
14111414}
14121415
1413- static int m88e1318_set_wol (struct phy_device * phydev , struct ethtool_wolinfo * wol )
1416+ static int m88e1318_set_wol (struct phy_device * phydev ,
1417+ struct ethtool_wolinfo * wol )
14141418{
14151419 int err , oldpage , temp ;
14161420
You can’t perform that action at this time.
0 commit comments