aboutsummaryrefslogtreecommitdiffstats
path: root/drivers/net
diff options
context:
space:
mode:
authorJohn Crispin <john@phrozen.org>2017-08-09 12:09:31 +0200
committerDavid S. Miller <davem@davemloft.net>2017-08-09 22:45:36 -0700
commit0c07ce7f1a4c2f64bc9c8a67397010772a78647a (patch)
tree5e9ee598bf9b1f1e3f11097fb6e2206dd51930f0 /drivers/net
parentnet: atm: make atmdev_ops const (diff)
downloadlinux-dev-0c07ce7f1a4c2f64bc9c8a67397010772a78647a.tar.xz
linux-dev-0c07ce7f1a4c2f64bc9c8a67397010772a78647a.zip
net-next: mediatek: fix typos inside the header file
Trivial patch fixing 2 typos. Signed-off-by: John Crispin <john@phrozen.org> Signed-off-by: David S. Miller <davem@davemloft.net>
Diffstat (limited to 'drivers/net')
-rw-r--r--drivers/net/ethernet/mediatek/mtk_eth_soc.h4
1 files changed, 2 insertions, 2 deletions
diff --git a/drivers/net/ethernet/mediatek/mtk_eth_soc.h b/drivers/net/ethernet/mediatek/mtk_eth_soc.h
index 4594862e5a9b..940517af8039 100644
--- a/drivers/net/ethernet/mediatek/mtk_eth_soc.h
+++ b/drivers/net/ethernet/mediatek/mtk_eth_soc.h
@@ -599,8 +599,8 @@ struct mtk_soc_data {
* @pctl: The register map pointing at the range used to setup
* GMAC port drive/slew values
* @dma_refcnt: track how many netdevs are using the DMA engine
- * @tx_ring: Pointer to the memore holding info about the TX ring
- * @rx_ring: Pointer to the memore holding info about the RX ring
+ * @tx_ring: Pointer to the memory holding info about the TX ring
+ * @rx_ring: Pointer to the memory holding info about the RX ring
* @tx_napi: The TX NAPI struct
* @rx_napi: The RX NAPI struct
* @scratch_ring: Newer SoCs need memory for a second HW managed TX ring