From: John Crispin Date: Wed, 9 Aug 2017 10:09:31 +0000 (+0200) Subject: net-next: mediatek: fix typos inside the header file X-Git-Tag: v4.14-rc1~130^2~299^2~1 X-Git-Url: http://review.tizen.org/git/?a=commitdiff_plain;h=0c07ce7f1a4c2f64bc9c8a67397010772a78647a;p=platform%2Fkernel%2Flinux-rpi.git net-next: mediatek: fix typos inside the header file Trivial patch fixing 2 typos. Signed-off-by: John Crispin Signed-off-by: David S. Miller --- diff --git a/drivers/net/ethernet/mediatek/mtk_eth_soc.h b/drivers/net/ethernet/mediatek/mtk_eth_soc.h index 4594862..940517a 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