linux-kernel.vger.kernel.org archive mirror
 help / color / mirror / Atom feed
* [PATCH net-next v2] net: mvneta: fix comment about phylink_speed_down
@ 2020-07-29  9:49 Jisheng Zhang
  2020-07-29 10:09 ` Russell King - ARM Linux admin
  2020-07-29 19:17 ` David Miller
  0 siblings, 2 replies; 3+ messages in thread
From: Jisheng Zhang @ 2020-07-29  9:49 UTC (permalink / raw)
  To: Thomas Petazzoni, David S. Miller, Jakub Kicinski, Russell King
  Cc: netdev, linux-kernel

mvneta has switched to phylink, so the comment should look
like "We may have called phylink_speed_down before".

Signed-off-by: Jisheng Zhang <Jisheng.Zhang@synaptics.com>
---
Since v1:
  - drop patch2 which tries to avoid link flapping when changing mtu
    I need more time on the change mtu refactoring.

 drivers/net/ethernet/marvell/mvneta.c | 2 +-
 1 file changed, 1 insertion(+), 1 deletion(-)

diff --git a/drivers/net/ethernet/marvell/mvneta.c b/drivers/net/ethernet/marvell/mvneta.c
index 2c9277e73cef..c9b6b0f85bb0 100644
--- a/drivers/net/ethernet/marvell/mvneta.c
+++ b/drivers/net/ethernet/marvell/mvneta.c
@@ -3637,7 +3637,7 @@ static void mvneta_start_dev(struct mvneta_port *pp)
 
 	phylink_start(pp->phylink);
 
-	/* We may have called phy_speed_down before */
+	/* We may have called phylink_speed_down before */
 	phylink_speed_up(pp->phylink);
 
 	netif_tx_start_all_queues(pp->dev);
-- 
2.28.0.rc0


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

end of thread, other threads:[~2020-07-29 19:17 UTC | newest]

Thread overview: 3+ messages (download: mbox.gz follow: Atom feed
-- links below jump to the message on this page --
2020-07-29  9:49 [PATCH net-next v2] net: mvneta: fix comment about phylink_speed_down Jisheng Zhang
2020-07-29 10:09 ` Russell King - ARM Linux admin
2020-07-29 19:17 ` David Miller

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).