diff options
author | Giuseppe Cavallaro <peppe.cavallaro@st.com> | 2010-02-04 12:33:21 -0500 |
---|---|---|
committer | David S. Miller <davem@davemloft.net> | 2010-02-04 12:33:21 -0500 |
commit | 1b924032533033a4dae1a239981677bdae21949b (patch) | |
tree | 0a2dc38d02ef30ceecc651253598fe312b756099 /drivers/net/stmmac/common.h | |
parent | ae06b8330aefb0338017c427d5694fc8ea9144c8 (diff) |
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/common.h')
-rw-r--r-- | drivers/net/stmmac/common.h | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/drivers/net/stmmac/common.h b/drivers/net/stmmac/common.h index 7267bcd43d06..2a58172e986a 100644 --- a/drivers/net/stmmac/common.h +++ b/drivers/net/stmmac/common.h | |||
@@ -44,7 +44,7 @@ struct stmmac_extra_stats { | |||
44 | unsigned long rx_toolong; | 44 | unsigned long rx_toolong; |
45 | unsigned long rx_collision; | 45 | unsigned long rx_collision; |
46 | unsigned long rx_crc; | 46 | unsigned long rx_crc; |
47 | unsigned long rx_lenght; | 47 | unsigned long rx_length; |
48 | unsigned long rx_mii; | 48 | unsigned long rx_mii; |
49 | unsigned long rx_multicast; | 49 | unsigned long rx_multicast; |
50 | unsigned long rx_gmac_overflow; | 50 | unsigned long rx_gmac_overflow; |