netdev.vger.kernel.org archive mirror
 help / color / mirror / Atom feed
* [PATCH net-next] dpaa_eth: fix incorrect comment
@ 2018-02-13  0:23 Jake Moroni
  2018-02-13 17:06 ` David Miller
  0 siblings, 1 reply; 2+ messages in thread
From: Jake Moroni @ 2018-02-13  0:23 UTC (permalink / raw)
  To: madalin.bucur; +Cc: netdev, Jake Moroni

The comment stated that a thread was started, but
that is not the case. 

Signed-off-by: Jake Moroni <mail@jakemoroni.com>
---
 drivers/net/ethernet/freescale/dpaa/dpaa_eth.c | 2 +-
 1 file changed, 1 insertion(+), 1 deletion(-)

diff --git a/drivers/net/ethernet/freescale/dpaa/dpaa_eth.c b/drivers/net/ethernet/freescale/dpaa/dpaa_eth.c
index 7caa8da..a998c36 100644
--- a/drivers/net/ethernet/freescale/dpaa/dpaa_eth.c
+++ b/drivers/net/ethernet/freescale/dpaa/dpaa_eth.c
@@ -2766,7 +2766,7 @@ static int dpaa_eth_probe(struct platform_device *pdev)
 
 	priv->channel = (u16)channel;
 
-	/* Start a thread that will walk the CPUs with affine portals
+	/* Walk the CPUs with affine portals
 	 * and add this pool channel to each's dequeue mask.
 	 */
 	dpaa_eth_add_channel(priv->channel);
-- 
2.7.4

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

* Re: [PATCH net-next] dpaa_eth: fix incorrect comment
  2018-02-13  0:23 [PATCH net-next] dpaa_eth: fix incorrect comment Jake Moroni
@ 2018-02-13 17:06 ` David Miller
  0 siblings, 0 replies; 2+ messages in thread
From: David Miller @ 2018-02-13 17:06 UTC (permalink / raw)
  To: mail; +Cc: madalin.bucur, netdev

From: Jake Moroni <mail@jakemoroni.com>
Date: Mon, 12 Feb 2018 19:23:43 -0500

> The comment stated that a thread was started, but
> that is not the case. 
> 
> Signed-off-by: Jake Moroni <mail@jakemoroni.com>

Applied, thanks.

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

end of thread, other threads:[~2018-02-13 17:06 UTC | newest]

Thread overview: 2+ messages (download: mbox.gz follow: Atom feed
-- links below jump to the message on this page --
2018-02-13  0:23 [PATCH net-next] dpaa_eth: fix incorrect comment Jake Moroni
2018-02-13 17:06 ` 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).