Skip to content

Commit

Permalink
net: moxa: Fix for typo in comment to function moxart_mac_setup_desc_…
Browse files Browse the repository at this point in the history
…ring()

Signed-off-by: SZ Lin <sz.lin@moxa.com>
Signed-off-by: David S. Miller <davem@davemloft.net>
  • Loading branch information
SZ Lin authored and David S. Miller committed Jul 29, 2017
1 parent c45c5d0 commit 2fcc440
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion drivers/net/ethernet/moxa/moxart_ether.c
Original file line number Diff line number Diff line change
Expand Up @@ -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);
}
Expand Down

0 comments on commit 2fcc440

Please sign in to comment.