projects
/
platform
/
kernel
/
linux-rpi.git
/ commitdiff
commit
grep
author
committer
pickaxe
?
search:
re
summary
|
shortlog
|
log
|
commit
| commitdiff |
tree
raw
|
patch
| inline |
side by side
(parent:
d535295
)
trivial: Fix misspelling of "firmware" in ipw2100.c
author
Nick Andrew
<nick@nick-andrew.net>
Sat, 3 Jan 2009 07:52:40 +0000
(18:52 +1100)
committer
Jiri Kosina
<jkosina@suse.cz>
Tue, 6 Jan 2009 10:28:08 +0000
(11:28 +0100)
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>
drivers/net/wireless/ipw2x00/ipw2100.c
patch
|
blob
|
history
diff --git
a/drivers/net/wireless/ipw2x00/ipw2100.c
b/drivers/net/wireless/ipw2x00/ipw2100.c
index
753de1a
..
823c2bf
100644
(file)
--- a/
drivers/net/wireless/ipw2x00/ipw2100.c
+++ b/
drivers/net/wireless/ipw2x00/ipw2100.c
@@
-1830,7
+1830,7
@@
static void ipw2100_down(struct ipw2100_priv *priv)
cancel_delayed_work(&priv->rf_kill);
}
- /* Kill the firmare hang check timer */
+ /* Kill the firm
w
are hang check timer */
if (!priv->stop_hang_check) {
priv->stop_hang_check = 1;
cancel_delayed_work(&priv->hang_check);