Skip to content

Commit

Permalink
dpaa_eth: fix incorrect comment
Browse files Browse the repository at this point in the history
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>
  • Loading branch information
Jake Moroni authored and David S. Miller committed Feb 13, 2018
1 parent 885842d commit d75de7b
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion drivers/net/ethernet/freescale/dpaa/dpaa_eth.c
Original file line number Diff line number Diff line change
Expand Up @@ -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);
Expand Down

0 comments on commit d75de7b

Please sign in to comment.