mirror of
git://git.kernel.org/pub/scm/linux/kernel/git/torvalds/linux.git
synced 2025-08-05 16:54:27 +00:00
net: moxa: Fix for typo in comment to function moxart_mac_setup_desc_ring()
Signed-off-by: SZ Lin <sz.lin@moxa.com> Signed-off-by: David S. Miller <davem@davemloft.net>
This commit is contained in:
parent
c45c5d0393
commit
2fcc440267
1 changed files with 1 additions and 1 deletions
|
@ -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);
|
||||
}
|
||||
|
|
Loading…
Add table
Reference in a new issue