[<prev] [next>] [<thread-prev] [day] [month] [year] [list]
Message-ID: <4835B61C.4040006@garzik.org>
Date: Thu, 22 May 2008 14:06:20 -0400
From: Jeff Garzik <jeff@...zik.org>
To: Joakim Tjernlund <Joakim.Tjernlund@...nsmode.se>
CC: Li Yang <LeoLi@...escale.com>, Netdev <netdev@...r.kernel.org>
Subject: Re: [PATCH] ucc_geth_ethtool: Fix typo
Joakim Tjernlund wrote:
> Signed-off-by: Joakim Tjernlund <Joakim.Tjernlund@...nsmode.se>
> ---
> 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 9a9622c..a995a3a 100644
> --- a/drivers/net/ucc_geth_ethtool.c
> +++ b/drivers/net/ucc_geth_ethtool.c
> @@ -314,7 +314,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);
still looking for maintainer's ack... seems fairly obvious to me
--
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