Skip to content

Commit

Permalink
---
Browse files Browse the repository at this point in the history
yaml
---
r: 189506
b: refs/heads/master
c: c7a00dc
h: refs/heads/master
v: v3
  • Loading branch information
John W. Linville committed Mar 30, 2010
1 parent 492e235 commit 593e47c
Show file tree
Hide file tree
Showing 2 changed files with 4 additions and 4 deletions.
2 changes: 1 addition & 1 deletion [refs]
Original file line number Diff line number Diff line change
@@ -1,2 +1,2 @@
---
refs/heads/master: 368d06f5b0eefcbf37d677d3b65381310a251f03
refs/heads/master: c7a00dc73b7185ab2ebd1aa7ce710c7b4edc77a4
6 changes: 3 additions & 3 deletions trunk/net/mac80211/util.c
Original file line number Diff line number Diff line change
Expand Up @@ -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, "Hardware became unavailable "
"upon resume. This could be a software issue "
"prior to suspend or a hardware issue.\n");
return res;
}

Expand Down

0 comments on commit 593e47c

Please sign in to comment.