]> rtime.felk.cvut.cz Git - linux-imx.git/commitdiff
mac80211: drop spelling fix
authorJiri Kosina <jkosina@suse.cz>
Sun, 11 Dec 2011 23:31:49 +0000 (00:31 +0100)
committerJiri Kosina <jkosina@suse.cz>
Sun, 11 Dec 2011 23:31:49 +0000 (00:31 +0100)
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>
net/mac80211/work.c

index 2accea37742e25e2ae61ad2d740ecd102979dd3f..6c53b6d1002b5a2046837fe2ec60d7687bd0c973 100644 (file)
@@ -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,