Groups | Search | Server Info | Keyboard shortcuts | Login | Register [http] [https] [nntp] [nntps]
Groups > linux.kernel > #1460121
| From | Yisen Zhuang <Yisen.zhuang@huawei.com> |
|---|---|
| Newsgroups | linux.kernel |
| Subject | Re: [PATCH 1/1 linux-next] net: hns: fix typo in g_gmac_stats_string[] |
| Date | 2016-08-11 02:50 +0200 |
| Message-ID | <s4Mm5-413-15@gated-at.bofh.it> (permalink) |
| References | <s4Gqm-b4-19@gated-at.bofh.it> |
| Organization | linux.* mail to news gateway |
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)},
>
Back to linux.kernel | Previous | Next — Previous in thread | Next in thread | Find similar | Unroll thread
[PATCH 1/1 linux-next] net: hns: fix typo in g_gmac_stats_string[] Fabian Frederick <fabf@skynet.be> - 2016-08-10 20:30 +0200 Re: [PATCH 1/1 linux-next] net: hns: fix typo in g_gmac_stats_string[] Yisen Zhuang <Yisen.zhuang@huawei.com> - 2016-08-11 02:50 +0200 Re: [PATCH 1/1 linux-next] net: hns: fix typo in g_gmac_stats_string[] David Miller <davem@davemloft.net> - 2016-08-11 03:00 +0200
csiph-web