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/dwmac1000_dma.c | |
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/dwmac1000_dma.c')
-rw-r--r-- | drivers/net/stmmac/dwmac1000_dma.c | 4 |
1 files changed, 2 insertions, 2 deletions
diff --git a/drivers/net/stmmac/dwmac1000_dma.c b/drivers/net/stmmac/dwmac1000_dma.c index 68245508e2de..39d436a2da68 100644 --- a/drivers/net/stmmac/dwmac1000_dma.c +++ b/drivers/net/stmmac/dwmac1000_dma.c | |||
@@ -230,7 +230,7 @@ static int dwmac1000_coe_rdes0(int ipc_err, int type, int payload_err) | |||
230 | 230 | ||
231 | /* bits 5 7 0 | Frame status | 231 | /* bits 5 7 0 | Frame status |
232 | * ---------------------------------------------------------- | 232 | * ---------------------------------------------------------- |
233 | * 0 0 0 | IEEE 802.3 Type frame (lenght < 1536 octects) | 233 | * 0 0 0 | IEEE 802.3 Type frame (length < 1536 octects) |
234 | * 1 0 0 | IPv4/6 No CSUM errorS. | 234 | * 1 0 0 | IPv4/6 No CSUM errorS. |
235 | * 1 0 1 | IPv4/6 CSUM PAYLOAD error | 235 | * 1 0 1 | IPv4/6 CSUM PAYLOAD error |
236 | * 1 1 0 | IPv4/6 CSUM IP HR error | 236 | * 1 1 0 | IPv4/6 CSUM IP HR error |
@@ -331,7 +331,7 @@ static int dwmac1000_get_rx_frame_status(void *data, | |||
331 | } | 331 | } |
332 | if (unlikely(p->des01.erx.length_error)) { | 332 | if (unlikely(p->des01.erx.length_error)) { |
333 | DBG(KERN_ERR "GMAC RX: length_error error\n"); | 333 | DBG(KERN_ERR "GMAC RX: length_error error\n"); |
334 | x->rx_lenght++; | 334 | x->rx_length++; |
335 | ret = discard_frame; | 335 | ret = discard_frame; |
336 | } | 336 | } |
337 | #ifdef STMMAC_VLAN_TAG_USED | 337 | #ifdef STMMAC_VLAN_TAG_USED |