aboutsummaryrefslogtreecommitdiffstats
path: root/drivers/net/ethernet/freescale/dpaa
diff options
context:
space:
mode:
authorJake Moroni <mail@jakemoroni.com>2018-02-12 19:23:43 -0500
committerDavid S. Miller <davem@davemloft.net>2018-02-13 12:06:11 -0500
commitd75de7b6e737148863705f3523f9575d10429815 (patch)
tree2028846b6341d000140ff48c15b77ad01c25a44c /drivers/net/ethernet/freescale/dpaa
parentMerge branch 'Replacing-net_mutex-with-rw_semaphore' (diff)
downloadlinux-dev-d75de7b6e737148863705f3523f9575d10429815.tar.xz
linux-dev-d75de7b6e737148863705f3523f9575d10429815.zip
dpaa_eth: fix incorrect comment
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>
Diffstat (limited to 'drivers/net/ethernet/freescale/dpaa')
-rw-r--r--drivers/net/ethernet/freescale/dpaa/dpaa_eth.c2
1 files changed, 1 insertions, 1 deletions
diff --git a/drivers/net/ethernet/freescale/dpaa/dpaa_eth.c b/drivers/net/ethernet/freescale/dpaa/dpaa_eth.c
index 7caa8da48421..a998c36c5e61 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);