Skip to content

Commit

Permalink
mac80211: fix typo added by "mac80211: fix propagation of failed..."
Browse files Browse the repository at this point in the history
'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>
  • Loading branch information
John W. Linville committed Jan 4, 2010
1 parent 5163363 commit e5eb8bd
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion net/mac80211/util.c
Original file line number Diff line number Diff line change
Expand Up @@ -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;
}

Expand Down

0 comments on commit e5eb8bd

Please sign in to comment.