[<prev] [next>] [thread-next>] [day] [month] [year] [list]
Message-ID: <20180527180549.GA11995@jefcap-VirtualBox>
Date: Sun, 27 May 2018 15:05:49 -0300
From: Jefferson Capovilla <jefcap@...il.com>
To: gregkh@...uxfoundation.org
Cc: devel@...verdev.osuosl.org, linux-kernel@...r.kernel.org
Subject: [PATCH] staging: mt7621-eth: Remove extra line in
mtk_set_link_ksettings()
Fix extra line before end of function.
Signed-off-by: Jefferson Capovilla <jefcap@...il.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
Powered by blists - more mailing lists