diff options
author | Jiri Kosina <jkosina@suse.cz> | 2011-12-12 00:31:49 +0100 |
---|---|---|
committer | Jiri Kosina <jkosina@suse.cz> | 2011-12-12 00:31:49 +0100 |
commit | 3f865490698871bf77eebce05208fd08e9b45aeb (patch) | |
tree | 24e14dee1e95216df796b61f9bf3e4448dd4150a /net | |
parent | a469ebd56f8bee8d5352b1a284ea39d23ba02430 (diff) | |
download | linux-3f865490698871bf77eebce05208fd08e9b45aeb.tar.gz linux-3f865490698871bf77eebce05208fd08e9b45aeb.tar.bz2 linux-3f865490698871bf77eebce05208fd08e9b45aeb.zip |
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>
Diffstat (limited to 'net')
-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) local->tmp_channel = NULL; /* If tmp_channel wasn't operating channel, then * we need to go back on-channel. - * NOTE: If we can ever be here while scanning, + * NOTE: If we can ever be here while scannning, * or if the hw_config() channel config logic changes, * then we may need to do a more thorough check to see if * we still need to do a hardware config. Currently, |