[patch] fix typo about TBI in e1000 comment

From: Masatake YAMATO
Date: Mon Sep 24 2007 - 16:59:14 EST


I've found a typo in a comment of e1000 driver.

I don't know the Signed-off-by for such a short and trivial patch. Any way
I put it here.

Signed-off-by: Masatake YAMATO <jet@xxxxxxxx>

diff --git a/drivers/net/e1000/e1000_main.c b/drivers/net/e1000/e1000_main.c
index 4a22595..50e9c41 100644
--- a/drivers/net/e1000/e1000_main.c
+++ b/drivers/net/e1000/e1000_main.c
@@ -3594,7 +3594,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
*/
-
To unsubscribe from this list: send the line "unsubscribe linux-kernel" in
the body of a message to majordomo@xxxxxxxxxxxxxxx
More majordomo info at http://vger.kernel.org/majordomo-info.html
Please read the FAQ at http://www.tux.org/lkml/