* [PATCH 1/1 linux-next] net: hns: fix typo in g_gmac_stats_string[]
@ 2016-08-10 15:48 Fabian Frederick
2016-08-11 0:45 ` Yisen Zhuang
2016-08-11 0:58 ` David Miller
0 siblings, 2 replies; 3+ messages in thread
From: Fabian Frederick @ 2016-08-10 15:48 UTC (permalink / raw)
To: Yisen Zhuang, Salil Mehta; +Cc: netdev, linux-kernel, fabf, davem
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)},
--
2.8.1
^ permalink raw reply related [flat|nested] 3+ messages in thread
* Re: [PATCH 1/1 linux-next] net: hns: fix typo in g_gmac_stats_string[]
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
2016-08-11 0:58 ` David Miller
1 sibling, 0 replies; 3+ messages in thread
From: Yisen Zhuang @ 2016-08-11 0:45 UTC (permalink / raw)
To: Fabian Frederick, Salil Mehta; +Cc: netdev, linux-kernel, davem
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)},
>
^ permalink raw reply [flat|nested] 3+ messages in thread
* Re: [PATCH 1/1 linux-next] net: hns: fix typo in g_gmac_stats_string[]
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
@ 2016-08-11 0:58 ` David Miller
1 sibling, 0 replies; 3+ messages in thread
From: David Miller @ 2016-08-11 0:58 UTC (permalink / raw)
To: fabf; +Cc: yisen.zhuang, salil.mehta, netdev, linux-kernel
From: Fabian Frederick <fabf@skynet.be>
Date: Wed, 10 Aug 2016 17:48:36 +0200
> s/gamc/gmac/
>
> Signed-off-by: Fabian Frederick <fabf@skynet.be>
Applied, thank you.
^ permalink raw reply [flat|nested] 3+ messages in thread
end of thread, other threads:[~2016-08-11 0:58 UTC | newest]
Thread overview: 3+ messages (download: mbox.gz follow: Atom feed
-- links below jump to the message on this page --
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
2016-08-11 0:58 ` David Miller
This is a public inbox, see mirroring instructions
for how to clone and mirror all data and code used for this inbox;
as well as URLs for NNTP newsgroup(s).