diff options
author | Giuseppe Cavallaro <peppe.cavallaro@st.com> | 2010-02-04 09:33:21 -0800 |
---|---|---|
committer | David S. Miller <davem@davemloft.net> | 2010-02-04 09:33:21 -0800 |
commit | 1b924032533033a4dae1a239981677bdae21949b (patch) | |
tree | 0a2dc38d02ef30ceecc651253598fe312b756099 /drivers/net/stmmac/stmmac_ethtool.c | |
parent | ae06b8330aefb0338017c427d5694fc8ea9144c8 (diff) | |
download | linux-1b924032533033a4dae1a239981677bdae21949b.tar.gz linux-1b924032533033a4dae1a239981677bdae21949b.tar.bz2 linux-1b924032533033a4dae1a239981677bdae21949b.zip |
stmmac: fix 'lenght' typo in comments and code
Signed-off-by: Giuseppe Cavallaro <peppe.cavallaro@st.com>
Signed-off-by: David S. Miller <davem@davemloft.net>
Diffstat (limited to 'drivers/net/stmmac/stmmac_ethtool.c')
-rw-r--r-- | drivers/net/stmmac/stmmac_ethtool.c | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/drivers/net/stmmac/stmmac_ethtool.c b/drivers/net/stmmac/stmmac_ethtool.c index 0abeff6193a1..c021eaa3ca69 100644 --- a/drivers/net/stmmac/stmmac_ethtool.c +++ b/drivers/net/stmmac/stmmac_ethtool.c @@ -62,7 +62,7 @@ static const struct stmmac_stats stmmac_gstrings_stats[] = { STMMAC_STAT(rx_toolong), STMMAC_STAT(rx_collision), STMMAC_STAT(rx_crc), - STMMAC_STAT(rx_lenght), + STMMAC_STAT(rx_length), STMMAC_STAT(rx_mii), STMMAC_STAT(rx_multicast), STMMAC_STAT(rx_gmac_overflow), |