diff options
author | Nick Andrew <nick@nick-andrew.net> | 2009-01-03 02:51:33 -0500 |
---|---|---|
committer | Jiri Kosina <jkosina@suse.cz> | 2009-01-06 05:28:08 -0500 |
commit | d535295b16710552e9e8f9923670a95c447e842a (patch) | |
tree | ffd732181366e923691df78954f34a79d77f2c7e /drivers/net/wireless/atmel.c | |
parent | 11f1fbcf92ae19b547f499f50937be6068062f15 (diff) |
trivial: Fix misspelling of "firmware" in atmel.c
Fix misspelling of "firmware" in atmel.c
It's spelled "firmware".
Signed-off-by: Nick Andrew <nick@nick-andrew.net>
Signed-off-by: Jiri Kosina <jkosina@suse.cz>
Diffstat (limited to 'drivers/net/wireless/atmel.c')
-rw-r--r-- | drivers/net/wireless/atmel.c | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/drivers/net/wireless/atmel.c b/drivers/net/wireless/atmel.c index 350157fcd080..4223672c4432 100644 --- a/drivers/net/wireless/atmel.c +++ b/drivers/net/wireless/atmel.c | |||
@@ -3836,7 +3836,7 @@ static int reset_atmel_card(struct net_device *dev) | |||
3836 | This routine is also responsible for initialising some | 3836 | This routine is also responsible for initialising some |
3837 | hardware-specific fields in the atmel_private structure, | 3837 | hardware-specific fields in the atmel_private structure, |
3838 | including a copy of the firmware's hostinfo stucture | 3838 | including a copy of the firmware's hostinfo stucture |
3839 | which is the route into the rest of the firmare datastructures. */ | 3839 | which is the route into the rest of the firmware datastructures. */ |
3840 | 3840 | ||
3841 | struct atmel_private *priv = netdev_priv(dev); | 3841 | struct atmel_private *priv = netdev_priv(dev); |
3842 | u8 configuration; | 3842 | u8 configuration; |