diff options
author | Jiri Kosina <jkosina@suse.cz> | 2011-12-11 18:31:49 -0500 |
---|---|---|
committer | Jiri Kosina <jkosina@suse.cz> | 2011-12-11 18:31:49 -0500 |
commit | 3f865490698871bf77eebce05208fd08e9b45aeb (patch) | |
tree | 24e14dee1e95216df796b61f9bf3e4448dd4150a | |
parent | a469ebd56f8bee8d5352b1a284ea39d23ba02430 (diff) |
mac80211: drop spelling fix
This is a partial revert of 42b2aa86c667 ("treewide: Fix typos in
various parts of the kernel, and fix some comments") as the code
has been refactored in the wireless tree.
Reported-by: Stephen Rothwell <sfr@canb.auug.org.au>
Signed-off-by: Jiri Kosina <jkosina@suse.cz>
-rw-r--r-- | net/mac80211/work.c | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/net/mac80211/work.c b/net/mac80211/work.c index 2accea37742e..6c53b6d1002b 100644 --- a/net/mac80211/work.c +++ b/net/mac80211/work.c | |||
@@ -1094,7 +1094,7 @@ static void ieee80211_work_work(struct work_struct *work) | |||
1094 | local->tmp_channel = NULL; | 1094 | local->tmp_channel = NULL; |
1095 | /* If tmp_channel wasn't operating channel, then | 1095 | /* If tmp_channel wasn't operating channel, then |
1096 | * we need to go back on-channel. | 1096 | * we need to go back on-channel. |
1097 | * NOTE: If we can ever be here while scanning, | 1097 | * NOTE: If we can ever be here while scannning, |
1098 | * or if the hw_config() channel config logic changes, | 1098 | * or if the hw_config() channel config logic changes, |
1099 | * then we may need to do a more thorough check to see if | 1099 | * then we may need to do a more thorough check to see if |
1100 | * we still need to do a hardware config. Currently, | 1100 | * we still need to do a hardware config. Currently, |