summaryrefslogtreecommitdiffstats
path: root/net
diff options
context:
space:
mode:
authorWalter Goldens2010-05-18 13:44:54 +0200
committerJohn W. Linville2010-06-02 22:13:18 +0200
commit77c2061d10a408d0220c2b0e7faefe52d9c41008 (patch)
treee2b0ad1abb38cca9e0b9890836fc4290c28656b0 /net
parentcfg80211: don't refuse HT20 channels on devices that don't support HT40 (diff)
downloadkernel-qcow2-linux-77c2061d10a408d0220c2b0e7faefe52d9c41008.tar.gz
kernel-qcow2-linux-77c2061d10a408d0220c2b0e7faefe52d9c41008.tar.xz
kernel-qcow2-linux-77c2061d10a408d0220c2b0e7faefe52d9c41008.zip
wireless: fix several minor description typos
Signed-off-by: Walter Goldens <goldenstranger@yahoo.com> Signed-off-by: John W. Linville <linville@tuxdriver.com>
Diffstat (limited to 'net')
-rw-r--r--net/mac80211/mlme.c2
-rw-r--r--net/mac80211/status.c2
-rw-r--r--net/mac80211/work.c2
3 files changed, 3 insertions, 3 deletions
diff --git a/net/mac80211/mlme.c b/net/mac80211/mlme.c
index 0839c4e8fd2e..31e3386b8d43 100644
--- a/net/mac80211/mlme.c
+++ b/net/mac80211/mlme.c
@@ -1763,7 +1763,7 @@ static void ieee80211_sta_work(struct work_struct *work)
/*
* ieee80211_queue_work() should have picked up most cases,
- * here we'll pick the the rest.
+ * here we'll pick the rest.
*/
if (WARN(local->suspended, "STA MLME work scheduled while "
"going to suspend\n"))
diff --git a/net/mac80211/status.c b/net/mac80211/status.c
index 94613af009f3..34da67995d94 100644
--- a/net/mac80211/status.c
+++ b/net/mac80211/status.c
@@ -47,7 +47,7 @@ static void ieee80211_handle_filtered_frame(struct ieee80211_local *local,
/*
* This skb 'survived' a round-trip through the driver, and
* hopefully the driver didn't mangle it too badly. However,
- * we can definitely not rely on the the control information
+ * we can definitely not rely on the control information
* being correct. Clear it so we don't get junk there, and
* indicate that it needs new processing, but must not be
* modified/encrypted again.
diff --git a/net/mac80211/work.c b/net/mac80211/work.c
index be3d4a698692..4157717ed786 100644
--- a/net/mac80211/work.c
+++ b/net/mac80211/work.c
@@ -840,7 +840,7 @@ static void ieee80211_work_work(struct work_struct *work)
/*
* ieee80211_queue_work() should have picked up most cases,
- * here we'll pick the the rest.
+ * here we'll pick the rest.
*/
if (WARN(local->suspended, "work scheduled while going to suspend\n"))
return;