dect
/
linux-2.6
Archived
13
0
Fork 0

mac80211: fix typo added by "mac80211: fix propagation of failed..."

'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>
This commit is contained in:
John W. Linville 2010-01-04 15:58:03 -05:00
parent 51633632ef
commit e5eb8bd942
1 changed files with 1 additions and 1 deletions

View File

@ -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 hardware issue\n");
return res;
}