projects
/
GitHub
/
moto-9609
/
android_kernel_motorola_exynos9610.git
/ commitdiff
commit
grep
author
committer
pickaxe
?
search:
re
summary
|
shortlog
|
log
|
commit
| commitdiff |
tree
raw
|
patch
| inline |
side by side
(parent:
5163363
)
mac80211: fix typo added by "mac80211: fix propagation of failed..."
author
John W. Linville
<linville@tuxdriver.com>
Mon, 4 Jan 2010 20:58:03 +0000
(15:58 -0500)
committer
John W. Linville
<linville@tuxdriver.com>
Mon, 4 Jan 2010 20:58:03 +0000
(15:58 -0500)
'Typo: it's "Hardware", not "Harware". Hmm, sometimes it's hairware :-)"'
-- Holger Schurig
Reported-by: Holger Schurig <holgerschurig@googlemail.com>
Signed-off-by: John W. Linville <linville@tuxdriver.com>
net/mac80211/util.c
patch
|
blob
|
blame
|
history
diff --git
a/net/mac80211/util.c
b/net/mac80211/util.c
index 7e38858a9280d8ebcdbbb8cddb16f317192192f9..29e1acca207ca8909c595dc67ff05617847c325e 100644
(file)
--- a/
net/mac80211/util.c
+++ b/
net/mac80211/util.c
@@
-1094,7
+1094,7
@@
int ieee80211_reconfig(struct ieee80211_local *local)
if (res) {
WARN(local->suspended, "Harware became unavailable "
"upon resume. This is could be a software issue"
- "prior to suspend or a harware issue\n");
+ "prior to suspend or a har
d
ware issue\n");
return res;
}