public inbox for netdev@vger.kernel.org 
 help / color / mirror / Atom feed
* [PATCH] ucc_geth_ethtool: Fix typo
@ 2008-04-29 12:02 Joakim Tjernlund
  2008-04-29 12:18 ` Li Yang
  2008-05-22 18:06 ` Jeff Garzik
  0 siblings, 2 replies; 3+ messages in thread
From: Joakim Tjernlund @ 2008-04-29 12:02 UTC (permalink / raw)
  To: Li Yang, Netdev; +Cc: Joakim Tjernlund


Signed-off-by: Joakim Tjernlund <Joakim.Tjernlund@transmode•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);
 }
 
-- 
1.5.5.1


^ permalink raw reply related	[flat|nested] 3+ messages in thread

end of thread, other threads:[~2008-05-22 18:06 UTC | newest]

Thread overview: 3+ messages (download: mbox.gz follow: Atom feed
-- links below jump to the message on this page --
2008-04-29 12:02 [PATCH] ucc_geth_ethtool: Fix typo Joakim Tjernlund
2008-04-29 12:18 ` Li Yang
2008-05-22 18:06 ` Jeff Garzik

This is a public inbox, see mirroring instructions
for how to clone and mirror all data and code used for this inbox