dpaa_eth: fix incorrect comment
authorJake Moroni <mail@jakemoroni.com>
Tue, 13 Feb 2018 00:23:43 +0000 (19:23 -0500)
committerDavid S. Miller <davem@davemloft.net>
Tue, 13 Feb 2018 17:06:11 +0000 (12:06 -0500)
The comment stated that a thread was started, but
that is not the case.

Signed-off-by: Jake Moroni <mail@jakemoroni.com>
Signed-off-by: David S. Miller <davem@davemloft.net>
drivers/net/ethernet/freescale/dpaa/dpaa_eth.c

index 7caa8da..a998c36 100644 (file)
@@ -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);