mediatek: update to latest kernel patchset from v4.13-rc
[openwrt/openwrt.git] / target / linux / mediatek / patches-4.9 / 0036-net-next-mediatek-fix-typos-inside-the-header-file.patch
1 From bf25fbdc7dfb256f267725336e29e232aadd5123 Mon Sep 17 00:00:00 2001
2 From: John Crispin <john@phrozen.org>
3 Date: Fri, 21 Jul 2017 08:43:58 +0200
4 Subject: [PATCH 36/57] net-next: mediatek: fix typos inside the header file
5
6 Trivial patch fixing 2 typos.
7
8 Signed-off-by: John Crispin <john@phrozen.org>
9 ---
10 drivers/net/ethernet/mediatek/mtk_eth_soc.h | 4 ++--
11 1 file changed, 2 insertions(+), 2 deletions(-)
12
13 --- a/drivers/net/ethernet/mediatek/mtk_eth_soc.h
14 +++ b/drivers/net/ethernet/mediatek/mtk_eth_soc.h
15 @@ -525,8 +525,8 @@ struct mtk_rx_ring {
16 * @pctl: The register map pointing at the range used to setup
17 * GMAC port drive/slew values
18 * @dma_refcnt: track how many netdevs are using the DMA engine
19 - * @tx_ring: Pointer to the memore holding info about the TX ring
20 - * @rx_ring: Pointer to the memore holding info about the RX ring
21 + * @tx_ring: Pointer to the memory holding info about the TX ring
22 + * @rx_ring: Pointer to the memory holding info about the RX ring
23 * @tx_napi: The TX NAPI struct
24 * @rx_napi: The RX NAPI struct
25 * @scratch_ring: Newer SoCs need memory for a second HW managed TX ring