From: Nick Andrew Date: Sat, 3 Jan 2009 07:51:33 +0000 (+1100) Subject: trivial: Fix misspelling of "firmware" in atmel.c X-Git-Tag: v2.6.29-rc1~197^2~11 X-Git-Url: https://git.karo-electronics.de/?a=commitdiff_plain;h=d535295b16710552e9e8f9923670a95c447e842a;p=karo-tx-linux.git trivial: Fix misspelling of "firmware" in atmel.c Fix misspelling of "firmware" in atmel.c It's spelled "firmware". Signed-off-by: Nick Andrew Signed-off-by: Jiri Kosina --- 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) 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;