Skip to content

Commit d75de7b

Browse files
jakemoronidavem330
authored andcommitted
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>
1 parent 885842d commit d75de7b

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

drivers/net/ethernet/freescale/dpaa/dpaa_eth.c

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -2766,7 +2766,7 @@ static int dpaa_eth_probe(struct platform_device *pdev)
27662766

27672767
priv->channel = (u16)channel;
27682768

2769-
/* Start a thread that will walk the CPUs with affine portals
2769+
/* Walk the CPUs with affine portals
27702770
* and add this pool channel to each's dequeue mask.
27712771
*/
27722772
dpaa_eth_add_channel(priv->channel);

0 commit comments

Comments
 (0)