[<prev] [next>] [<thread-prev] [thread-next>] [day] [month] [year] [list]
Message-ID: <20090126020234.15168.68824.stgit@marcab.local.tull.net>
Date: Mon, 26 Jan 2009 13:02:34 +1100
From: Nick Andrew <nick@...k-andrew.net>
To: Trivial Kernel Patches <trivial@...nel.org>
Cc: Linux Kernel Mailing List <linux-kernel@...r.kernel.org>
Subject: [TRIVIAL PATCH 06/20] Fix misspelling of firmware in tg3.c
Fix misspelling of firmware in tg3.c
Signed-off-by: Nick Andrew <nick@...k-andrew.net>
---
drivers/net/tg3.c | 2 +-
1 files changed, 1 insertions(+), 1 deletions(-)
diff --git a/drivers/net/tg3.c b/drivers/net/tg3.c
index 5e2dbae..96ede2a 100644
--- a/drivers/net/tg3.c
+++ b/drivers/net/tg3.c
@@ -11130,7 +11130,7 @@ static int __devinit tg3_phy_probe(struct tg3 *tp)
return tg3_phy_init(tp);
/* Reading the PHY ID register can conflict with ASF
- * firwmare access to the PHY hardware.
+ * firmware access to the PHY hardware.
*/
err = 0;
if ((tp->tg3_flags & TG3_FLAG_ENABLE_ASF) ||
--
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