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:
b68f2c3
)
fix typo about TBI in e1000 comment
author
Masatake YAMATO
<jet@gyve.org>
Sat, 20 Oct 2007 01:06:37 +0000
(
03:06
+0200)
committer
Adrian Bunk
<bunk@kernel.org>
Sat, 20 Oct 2007 01:06:37 +0000
(
03:06
+0200)
Signed-off-by: Masatake YAMATO <jet@gyve.org>
Signed-off-by: Adrian Bunk <bunk@kernel.org>
drivers/net/e1000/e1000_main.c
patch
|
blob
|
history
diff --git
a/drivers/net/e1000/e1000_main.c
b/drivers/net/e1000/e1000_main.c
index 047263830e6a36c5c73921f25da4d23deb0253a5..f1ce348470cc14afa6e8ea68eeb0875d4b927094 100644
(file)
--- a/
drivers/net/e1000/e1000_main.c
+++ b/
drivers/net/e1000/e1000_main.c
@@
-3590,7
+3590,7
@@
e1000_update_stats(struct e1000_adapter *adapter)
spin_lock_irqsave(&adapter->stats_lock, flags);
- /* these counters are modified from e1000_
adjust_tbi
_stats,
+ /* these counters are modified from e1000_
tbi_adjust
_stats,
* called from the interrupt context, so they must only
* be written while holding adapter->stats_lock
*/