From: Yisen Zhuang <Yisen.zhuang@huawei.com>
To: Fabian Frederick <fabf@skynet.be>, Salil Mehta <salil.mehta@huawei.com>
Cc: <netdev@vger.kernel.org>, <linux-kernel@vger.kernel.org>,
<davem@davemloft.net>
Subject: Re: [PATCH 1/1 linux-next] net: hns: fix typo in g_gmac_stats_string[]
Date: Thu, 11 Aug 2016 08:45:26 +0800 [thread overview]
Message-ID: <57ABCAA6.10006@huawei.com> (raw)
In-Reply-To: <1470844116-13545-1-git-send-email-fabf@skynet.be>
Hi Fabian,
This patch is fine to me, many thanks.
Yisen
在 2016/8/10 23:48, Fabian Frederick 写道:
> s/gamc/gmac/
>
> Signed-off-by: Fabian Frederick <fabf@skynet.be>
> ---
> drivers/net/ethernet/hisilicon/hns/hns_dsaf_gmac.c | 2 +-
> 1 file changed, 1 insertion(+), 1 deletion(-)
>
> diff --git a/drivers/net/ethernet/hisilicon/hns/hns_dsaf_gmac.c b/drivers/net/ethernet/hisilicon/hns/hns_dsaf_gmac.c
> index 1235c7f..1e1eb92 100644
> --- a/drivers/net/ethernet/hisilicon/hns/hns_dsaf_gmac.c
> +++ b/drivers/net/ethernet/hisilicon/hns/hns_dsaf_gmac.c
> @@ -17,7 +17,7 @@ static const struct mac_stats_string g_gmac_stats_string[] = {
> {"gmac_rx_octets_total_ok", MAC_STATS_FIELD_OFF(rx_good_bytes)},
> {"gmac_rx_octets_bad", MAC_STATS_FIELD_OFF(rx_bad_bytes)},
> {"gmac_rx_uc_pkts", MAC_STATS_FIELD_OFF(rx_uc_pkts)},
> - {"gamc_rx_mc_pkts", MAC_STATS_FIELD_OFF(rx_mc_pkts)},
> + {"gmac_rx_mc_pkts", MAC_STATS_FIELD_OFF(rx_mc_pkts)},
> {"gmac_rx_bc_pkts", MAC_STATS_FIELD_OFF(rx_bc_pkts)},
> {"gmac_rx_pkts_64octets", MAC_STATS_FIELD_OFF(rx_64bytes)},
> {"gmac_rx_pkts_65to127", MAC_STATS_FIELD_OFF(rx_65to127)},
>
next prev parent reply other threads:[~2016-08-11 0:45 UTC|newest]
Thread overview: 3+ messages / expand[flat|nested] mbox.gz Atom feed top
2016-08-10 15:48 [PATCH 1/1 linux-next] net: hns: fix typo in g_gmac_stats_string[] Fabian Frederick
2016-08-11 0:45 ` Yisen Zhuang [this message]
2016-08-11 0:58 ` David Miller
Reply instructions:
You may reply publicly to this message via plain-text email
using any one of the following methods:
* Save the following mbox file, import it into your mail client,
and reply-to-all from there: mbox
Avoid top-posting and favor interleaved quoting:
https://en.wikipedia.org/wiki/Posting_style#Interleaved_style
* Reply using the --to, --cc, and --in-reply-to
switches of git-send-email(1):
git send-email \
--in-reply-to=57ABCAA6.10006@huawei.com \
--to=yisen.zhuang@huawei.com \
--cc=davem@davemloft.net \
--cc=fabf@skynet.be \
--cc=linux-kernel@vger.kernel.org \
--cc=netdev@vger.kernel.org \
--cc=salil.mehta@huawei.com \
/path/to/YOUR_REPLY
https://kernel.org/pub/software/scm/git/docs/git-send-email.html
* If your mail client supports setting the In-Reply-To header
via mailto: links, try the mailto: link
Be sure your reply has a Subject: header at the top and a blank line
before the message body.
This is an external index of several public inboxes,
see mirroring instructions on how to clone and mirror
all data and code used by this external index.