diff options
author | Nick Andrew <nick@nick-andrew.net> | 2009-01-26 05:06:57 -0500 |
---|---|---|
committer | Jiri Kosina <jkosina@suse.cz> | 2009-03-30 09:21:59 -0400 |
commit | 877d03105d04b2c13e241130277fa69c8d2564f0 (patch) | |
tree | 79234721145f9dab3e0970027ed0b9b9f8929725 /drivers/net/tg3.c | |
parent | caa790ba6cb88dccfab356960d93e2f4e0bd8704 (diff) |
trivial: Fix misspelling of firmware
Fix misspelling of firmware.
Signed-off-by: Nick Andrew <nick@nick-andrew.net>
Signed-off-by: Jiri Kosina <jkosina@suse.cz>
Diffstat (limited to 'drivers/net/tg3.c')
-rw-r--r-- | 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 f7efcecc4108..ed60b18addac 100644 --- a/drivers/net/tg3.c +++ b/drivers/net/tg3.c | |||
@@ -11225,7 +11225,7 @@ static int __devinit tg3_phy_probe(struct tg3 *tp) | |||
11225 | return tg3_phy_init(tp); | 11225 | return tg3_phy_init(tp); |
11226 | 11226 | ||
11227 | /* Reading the PHY ID register can conflict with ASF | 11227 | /* Reading the PHY ID register can conflict with ASF |
11228 | * firwmare access to the PHY hardware. | 11228 | * firmware access to the PHY hardware. |
11229 | */ | 11229 | */ |
11230 | err = 0; | 11230 | err = 0; |
11231 | if ((tp->tg3_flags & TG3_FLAG_ENABLE_ASF) || | 11231 | if ((tp->tg3_flags & TG3_FLAG_ENABLE_ASF) || |