trivial: Fix misspelling of "firmware" in ipw2100.c
Fix misspelling of "firmware" in ipw2100.c It's spelled "firmware". Signed-off-by: Nick Andrew <nick@nick-andrew.net> Signed-off-by: Jiri Kosina <jkosina@suse.cz>
This commit is contained in:
parent
d535295b16
commit
4407245ac5
@ -1830,7 +1830,7 @@ static void ipw2100_down(struct ipw2100_priv *priv)
|
|||||||
cancel_delayed_work(&priv->rf_kill);
|
cancel_delayed_work(&priv->rf_kill);
|
||||||
}
|
}
|
||||||
|
|
||||||
/* Kill the firmare hang check timer */
|
/* Kill the firmware hang check timer */
|
||||||
if (!priv->stop_hang_check) {
|
if (!priv->stop_hang_check) {
|
||||||
priv->stop_hang_check = 1;
|
priv->stop_hang_check = 1;
|
||||||
cancel_delayed_work(&priv->hang_check);
|
cancel_delayed_work(&priv->hang_check);
|
||||||
|
Loading…
Reference in New Issue
Block a user