summaryrefslogtreecommitdiff
path: root/drivers/staging/mt7621-eth/ethtool.c
diff options
context:
space:
mode:
authorKamal Heib <kamalheib1@gmail.com>2018-05-09 15:40:10 +0300
committerGreg Kroah-Hartman <gregkh@linuxfoundation.org>2018-05-14 14:03:46 +0200
commitfcd90a6db8eaf53887bfe204f43b9b60492c225f (patch)
tree0a47c420939ec1a6204b6268f68286ffda89a765 /drivers/staging/mt7621-eth/ethtool.c
parentfadd6fdae7dbc46cc92008490f7a7c0bad72af7c (diff)
staging: mt7621-eth: Fix line over 80 characters
This change fixes all the lines that get over 80 characters. Signed-off-by: Kamal Heib <kamalheib1@gmail.com> Signed-off-by: Greg Kroah-Hartman <gregkh@linuxfoundation.org>
Diffstat (limited to 'drivers/staging/mt7621-eth/ethtool.c')
-rw-r--r--drivers/staging/mt7621-eth/ethtool.c3
1 files changed, 2 insertions, 1 deletions
diff --git a/drivers/staging/mt7621-eth/ethtool.c b/drivers/staging/mt7621-eth/ethtool.c
index 7c059cd94e56..8270fea30cb3 100644
--- a/drivers/staging/mt7621-eth/ethtool.c
+++ b/drivers/staging/mt7621-eth/ethtool.c
@@ -53,7 +53,8 @@ static int mtk_set_link_ksettings(struct net_device *dev,
mac->phy_dev = mac->hw->phy->phy[cmd->base.phy_address];
mac->phy_flags = MTK_PHY_FLAG_PORT;
} else if (mac->hw->mii_bus) {
- mac->phy_dev = mdiobus_get_phy(mac->hw->mii_bus, cmd->base.phy_address);
+ mac->phy_dev = mdiobus_get_phy(mac->hw->mii_bus,
+ cmd->base.phy_address);
if (!mac->phy_dev)
return -ENODEV;
mac->phy_flags = MTK_PHY_FLAG_ATTACH;