浏览代码

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>
Jake Moroni 7 年之前
父节点
当前提交
d75de7b6e7
共有 1 个文件被更改,包括 1 次插入1 次删除
  1. 1 1
      drivers/net/ethernet/freescale/dpaa/dpaa_eth.c

+ 1 - 1
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;
 	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.
 	 * and add this pool channel to each's dequeue mask.
 	 */
 	 */
 	dpaa_eth_add_channel(priv->channel);
 	dpaa_eth_add_channel(priv->channel);