提交 2fcc4402 编写于 作者: S SZ Lin 提交者: David S. Miller

net: moxa: Fix for typo in comment to function moxart_mac_setup_desc_ring()

Signed-off-by: NSZ Lin <sz.lin@moxa.com>
Signed-off-by: NDavid S. Miller <davem@davemloft.net>
上级 c45c5d03
......@@ -161,7 +161,7 @@ static void moxart_mac_setup_desc_ring(struct net_device *ndev)
priv->rx_head = 0;
/* reset the MAC controller TX/RX desciptor base address */
/* reset the MAC controller TX/RX descriptor base address */
writel(priv->tx_base, priv->base + REG_TXR_BASE_ADDRESS);
writel(priv->rx_base, priv->base + REG_RXR_BASE_ADDRESS);
}
......
Markdown is supported
0% .
You are about to add 0 people to the discussion. Proceed with caution.
先完成此消息的编辑!
想要评论请 注册