[<prev] [next>] [day] [month] [year] [list]
Message-Id: <20070925.055833.207495508.jet@gyve.org>
Date: Tue, 25 Sep 2007 05:58:33 +0900 (JST)
From: Masatake YAMATO <jet@...e.org>
To: linux-kernel@...r.kernel.org
Cc: trivial@...nel.org, e1000-devel@...ts.sourceforge.net
Subject: [patch] fix typo about TBI in e1000 comment
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@...e.org>
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@...r.kernel.org
More majordomo info at http://vger.kernel.org/majordomo-info.html
Please read the FAQ at http://www.tux.org/lkml/
Powered by blists - more mailing lists