Commit 0c07ce7f authored by John Crispin's avatar John Crispin Committed by David S. Miller

net-next: mediatek: fix typos inside the header file

Trivial patch fixing 2 typos.
Signed-off-by: default avatarJohn Crispin <john@phrozen.org>
Signed-off-by: default avatarDavid S. Miller <davem@davemloft.net>
parent 800bb47e
...@@ -599,8 +599,8 @@ struct mtk_soc_data { ...@@ -599,8 +599,8 @@ struct mtk_soc_data {
* @pctl: The register map pointing at the range used to setup * @pctl: The register map pointing at the range used to setup
* GMAC port drive/slew values * GMAC port drive/slew values
* @dma_refcnt: track how many netdevs are using the DMA engine * @dma_refcnt: track how many netdevs are using the DMA engine
* @tx_ring: Pointer to the memore holding info about the TX ring * @tx_ring: Pointer to the memory holding info about the TX ring
* @rx_ring: Pointer to the memore holding info about the RX ring * @rx_ring: Pointer to the memory holding info about the RX ring
* @tx_napi: The TX NAPI struct * @tx_napi: The TX NAPI struct
* @rx_napi: The RX NAPI struct * @rx_napi: The RX NAPI struct
* @scratch_ring: Newer SoCs need memory for a second HW managed TX ring * @scratch_ring: Newer SoCs need memory for a second HW managed TX ring
......
Markdown is supported
0%
or
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment