projects
/
GitHub
/
LineageOS
/
android_kernel_samsung_universal7580.git
/ commitdiff
commit
grep
author
committer
pickaxe
?
search:
re
summary
|
shortlog
|
log
|
commit
| commitdiff |
tree
raw
|
patch
| inline |
side by side
(parent:
368d06f
)
mac80211: correct typos in "unavailable upon resume" warning
author
John W. Linville
<linville@tuxdriver.com>
Wed, 17 Mar 2010 15:28:18 +0000
(11:28 -0400)
committer
John W. Linville
<linville@tuxdriver.com>
Tue, 30 Mar 2010 19:37:22 +0000
(15:37 -0400)
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 c453226f06b2758377132ddb83e179c4c61ff921..e6b1fba980c637f9504c2fe67198eeacb3103566 100644
(file)
--- a/
net/mac80211/util.c
+++ b/
net/mac80211/util.c
@@
-1097,9
+1097,9
@@
int ieee80211_reconfig(struct ieee80211_local *local)
*/
res = drv_start(local);
if (res) {
- WARN(local->suspended, "Harware became unavailable "
- "upon resume. This
is could be a software issue
"
- "prior to suspend or a hardware issue\n");
+ WARN(local->suspended, "Har
d
ware became unavailable "
+ "upon resume. This
could be a software issue
"
+ "prior to suspend or a hardware issue
.
\n");
return res;
}