Donate to e Foundation | Murena handsets with /e/OS | Own a part of Murena! Learn more

Commit d75de7b6 authored by Jake Moroni's avatar Jake Moroni Committed by David S. Miller
Browse files

dpaa_eth: fix incorrect comment



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

Signed-off-by: default avatarJake Moroni <mail@jakemoroni.com>
Signed-off-by: default avatarDavid S. Miller <davem@davemloft.net>
parent 885842d8
Loading
Loading
Loading
Loading
+1 −1
Original line number Diff line number Diff line
@@ -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);