projects
/
GitHub
/
LineageOS
/
android_kernel_motorola_exynos9610.git
/ commitdiff
commit
grep
author
committer
pickaxe
?
search:
re
summary
|
shortlog
|
log
|
commit
| commitdiff |
tree
raw
|
patch
| inline |
side by side
(parent:
c45c5d0
)
net: moxa: Fix for typo in comment to function moxart_mac_setup_desc_ring()
author
SZ Lin
<sz.lin@moxa.com>
Sat, 29 Jul 2017 10:42:38 +0000
(18:42 +0800)
committer
David S. Miller
<davem@davemloft.net>
Sat, 29 Jul 2017 21:02:07 +0000
(14:02 -0700)
Signed-off-by: SZ Lin <sz.lin@moxa.com>
Signed-off-by: David S. Miller <davem@davemloft.net>
drivers/net/ethernet/moxa/moxart_ether.c
patch
|
blob
|
blame
|
history
diff --git
a/drivers/net/ethernet/moxa/moxart_ether.c
b/drivers/net/ethernet/moxa/moxart_ether.c
index 31e179a651ae361c5e98afc369d97c22d708ad3f..2e4effa9fe456d4c0e8029136bf99cffad407dd2 100644
(file)
--- a/
drivers/net/ethernet/moxa/moxart_ether.c
+++ b/
drivers/net/ethernet/moxa/moxart_ether.c
@@
-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 desc
r
iptor base address */
writel(priv->tx_base, priv->base + REG_TXR_BASE_ADDRESS);
writel(priv->rx_base, priv->base + REG_RXR_BASE_ADDRESS);
}