[<prev] [next>] [<thread-prev] [day] [month] [year] [list]
Message-ID: <4840B40A.6040305@garzik.org>
Date: Fri, 30 May 2008 22:12:26 -0400
From: Jeff Garzik <jeff@...zik.org>
To: Li Yang <leoli@...escale.com>
CC: netdev@...r.kernel.org,
Joakim Tjernlund <Joakim.Tjernlund@...nsmode.se>
Subject: Re: [PATCH 1/2] ucc_geth_ethtool: Fix typo
Li Yang wrote:
> From: Joakim Tjernlund <Joakim.Tjernlund@...nsmode.se>
>
> Signed-off-by: Joakim Tjernlund <Joakim.Tjernlund@...nsmode.se>
> Signed-off-by: Li Yang <leoli@...escale.com>
> ---
> drivers/net/ucc_geth_ethtool.c | 2 +-
> 1 files changed, 1 insertions(+), 1 deletions(-)
>
> diff --git a/drivers/net/ucc_geth_ethtool.c b/drivers/net/ucc_geth_ethtool.c
> index 299b7f1..b84ffd8 100644
> --- a/drivers/net/ucc_geth_ethtool.c
> +++ b/drivers/net/ucc_geth_ethtool.c
> @@ -308,7 +308,7 @@ static void uec_get_strings(struct net_device *netdev, u32 stringset, u8 *buf)
> buf += UEC_TX_FW_STATS_LEN * ETH_GSTRING_LEN;
> }
> if (stats_mode & UCC_GETH_STATISTICS_GATHERING_MODE_FIRMWARE_RX)
> - memcpy(buf, tx_fw_stat_gstrings, UEC_RX_FW_STATS_LEN *
> + memcpy(buf, rx_fw_stat_gstrings, UEC_RX_FW_STATS_LEN *
> ETH_GSTRING_LEN);
applied 1-2
--
To unsubscribe from this list: send the line "unsubscribe netdev" in
the body of a message to majordomo@...r.kernel.org
More majordomo info at http://vger.kernel.org/majordomo-info.html
Powered by blists - more mailing lists