Skip to content

Commit 23beb38

Browse files
lunndavem330
authored andcommitted
net: phy: marvell: checkpatch - Fix remaining long lines
Fold lines longer than 80 characters Signed-off-by: Andrew Lunn <[email protected]> Signed-off-by: David S. Miller <[email protected]>
1 parent 6427bb2 commit 23beb38

File tree

1 file changed

+8
-4
lines changed

1 file changed

+8
-4
lines changed

drivers/net/phy/marvell.c

Lines changed: 8 additions & 4 deletions
Original file line numberDiff line numberDiff 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

0 commit comments

Comments
 (0)