summaryrefslogtreecommitdiffstats
path: root/drivers/net/stmmac/common.h
diff options
context:
space:
mode:
authorGiuseppe Cavallaro2010-02-04 18:33:21 +0100
committerDavid S. Miller2010-02-04 18:33:21 +0100
commit1b924032533033a4dae1a239981677bdae21949b (patch)
tree0a2dc38d02ef30ceecc651253598fe312b756099 /drivers/net/stmmac/common.h
parentcan: ems_usb: removed duplicated code setting local echo support (diff)
downloadkernel-qcow2-linux-1b924032533033a4dae1a239981677bdae21949b.tar.gz
kernel-qcow2-linux-1b924032533033a4dae1a239981677bdae21949b.tar.xz
kernel-qcow2-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/common.h')
-rw-r--r--drivers/net/stmmac/common.h2
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 {
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;