[PATCH] staging: mt7621-eth: Remove extra line in mtk_set_link_ksettings()

Jefferson Capovilla jefcap at gmail.com
Sun May 27 18:05:49 UTC 2018


Fix extra line before end of function.

Signed-off-by: Jefferson Capovilla <jefcap at gmail.com>
---
 drivers/staging/mt7621-eth/ethtool.c | 1 -
 1 file changed, 1 deletion(-)

diff --git a/drivers/staging/mt7621-eth/ethtool.c b/drivers/staging/mt7621-eth/ethtool.c
index b565d2a..e9f4092 100644
--- a/drivers/staging/mt7621-eth/ethtool.c
+++ b/drivers/staging/mt7621-eth/ethtool.c
@@ -63,7 +63,6 @@ static int mtk_set_link_ksettings(struct net_device *dev,
 	}
 
 	return phy_ethtool_ksettings_set(mac->phy_dev, cmd);
-
 }
 
 static void mtk_get_drvinfo(struct net_device *dev,
-- 
2.7.4



More information about the devel mailing list