linux-kernel.vger.kernel.org archive mirror
 help / color / mirror / Atom feed
* [PATCH] staging: mt7621-eth: Remove extra line in mtk_set_link_ksettings()
@ 2018-05-27 18:05 Jefferson Capovilla
  2018-05-31 17:00 ` Greg KH
  0 siblings, 1 reply; 2+ messages in thread
From: Jefferson Capovilla @ 2018-05-27 18:05 UTC (permalink / raw)
  To: gregkh; +Cc: devel, linux-kernel

Fix extra line before end of function.

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

^ permalink raw reply related	[flat|nested] 2+ messages in thread

* Re: [PATCH] staging: mt7621-eth: Remove extra line in mtk_set_link_ksettings()
  2018-05-27 18:05 [PATCH] staging: mt7621-eth: Remove extra line in mtk_set_link_ksettings() Jefferson Capovilla
@ 2018-05-31 17:00 ` Greg KH
  0 siblings, 0 replies; 2+ messages in thread
From: Greg KH @ 2018-05-31 17:00 UTC (permalink / raw)
  To: Jefferson Capovilla; +Cc: devel, linux-kernel

On Sun, May 27, 2018 at 03:05:49PM -0300, Jefferson Capovilla wrote:
> Fix extra line before end of function.
> 
> Signed-off-by: Jefferson Capovilla <jefcap@gmail.com>
> ---
>  drivers/staging/mt7621-eth/ethtool.c | 1 -
>  1 file changed, 1 deletion(-)

This patch also does not apply :(

^ permalink raw reply	[flat|nested] 2+ messages in thread

end of thread, other threads:[~2018-05-31 17:01 UTC | newest]

Thread overview: 2+ messages (download: mbox.gz / follow: Atom feed)
-- links below jump to the message on this page --
2018-05-27 18:05 [PATCH] staging: mt7621-eth: Remove extra line in mtk_set_link_ksettings() Jefferson Capovilla
2018-05-31 17:00 ` Greg KH

This is a public inbox, see mirroring instructions
for how to clone and mirror all data and code used for this inbox;
as well as URLs for NNTP newsgroup(s).