projects
/
openwrt
/
staging
/
blogic.git
/ commitdiff
commit
grep
author
committer
pickaxe
?
search:
re
summary
|
shortlog
|
log
|
commit
| commitdiff |
tree
raw
|
patch
| inline |
side by side
(parent:
88e3c1d
)
[PATCH] sky2: typo in last stats patch
author
Stephen Hemminger
<shemminger@osdl.org>
Thu, 23 Mar 2006 16:51:36 +0000
(08:51 -0800)
committer
Jeff Garzik
<jeff@garzik.org>
Thu, 23 Mar 2006 22:13:53 +0000
(17:13 -0500)
Typo in last stats patch.
Signed-off-by: Stephen Hemminger <shemminger@osdl.org>
Signed-off-by: Jeff Garzik <jeff@garzik.org>
drivers/net/sky2.c
patch
|
blob
|
history
diff --git
a/drivers/net/sky2.c
b/drivers/net/sky2.c
index 36db93811ac74c850f5b50f5080239dfe171c648..78c210facaa89d5390212dd86fa57cb1f4bb8760 100644
(file)
--- a/
drivers/net/sky2.c
+++ b/
drivers/net/sky2.c
@@
-2484,7
+2484,7
@@
static const struct sky2_stat {
{ "single_collisions", GM_TXF_SNG_COL },
{ "multi_collisions", GM_TXF_MUL_COL },
- { "rx_short", GM_RX
E
_SHT },
+ { "rx_short", GM_RX
F
_SHT },
{ "rx_runt", GM_RXE_FRAG },
{ "rx_64_byte_packets", GM_RXF_64B },
{ "rx_65_to_127_byte_packets", GM_RXF_127B },