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/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 7267bcd43d0..2a58172e986 100644 --- a/drivers/net/stmmac/common.h +++ b/drivers/net/stmmac/common.h @@ -44,7 +44,7 @@ struct stmmac_extra_stats { unsigned long rx_toolong; unsigned long rx_collision; unsigned long rx_crc; - unsigned long rx_lenght; + unsigned long rx_length; unsigned long rx_mii; unsigned long rx_multicast; unsigned long rx_gmac_overflow; |