Skip to content

Commit

Permalink
trivial: Fix misspelling of "firmware" in atmel.c
Browse files Browse the repository at this point in the history
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>
  • Loading branch information
Nick Andrew authored and Jiri Kosina committed Jan 6, 2009
1 parent 11f1fbc commit d535295
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion drivers/net/wireless/atmel.c
Original file line number Diff line number Diff line change
Expand Up @@ -3836,7 +3836,7 @@ static int reset_atmel_card(struct net_device *dev)
This routine is also responsible for initialising some
hardware-specific fields in the atmel_private structure,
including a copy of the firmware's hostinfo stucture
which is the route into the rest of the firmare datastructures. */
which is the route into the rest of the firmware datastructures. */

struct atmel_private *priv = netdev_priv(dev);
u8 configuration;
Expand Down

0 comments on commit d535295

Please sign in to comment.