mac80211: correct typos in "unavailable upon resume" warning
Signed-off-by: John W. Linville <linville@tuxdriver.com>
This commit is contained in:
parent
368d06f5b0
commit
c7a00dc73b
1 changed files with 3 additions and 3 deletions
|
@ -1097,9 +1097,9 @@ int ieee80211_reconfig(struct ieee80211_local *local)
|
||||||
*/
|
*/
|
||||||
res = drv_start(local);
|
res = drv_start(local);
|
||||||
if (res) {
|
if (res) {
|
||||||
WARN(local->suspended, "Harware became unavailable "
|
WARN(local->suspended, "Hardware became unavailable "
|
||||||
"upon resume. This is could be a software issue"
|
"upon resume. This could be a software issue "
|
||||||
"prior to suspend or a hardware issue\n");
|
"prior to suspend or a hardware issue.\n");
|
||||||
return res;
|
return res;
|
||||||
}
|
}
|
||||||
|
|
||||||
|
|
Loading…
Add table
Reference in a new issue