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

From: Jefferson Capovilla
Date: Sun May 27 2018 - 14:06:00 EST


Fix extra line before end of function.

Signed-off-by: Jefferson Capovilla <jefcap@xxxxxxxxx>
---
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