diff options
author | Walter Goldens <goldenstranger@yahoo.com> | 2010-05-18 07:44:54 -0400 |
---|---|---|
committer | John W. Linville <linville@tuxdriver.com> | 2010-06-02 16:13:18 -0400 |
commit | 77c2061d10a408d0220c2b0e7faefe52d9c41008 (patch) | |
tree | e2b0ad1abb38cca9e0b9890836fc4290c28656b0 /net/mac80211 | |
parent | aed8e1f9910b216ab3e14cb286c431c870f9b78f (diff) |
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/mac80211')
-rw-r--r-- | net/mac80211/mlme.c | 2 | ||||
-rw-r--r-- | net/mac80211/status.c | 2 | ||||
-rw-r--r-- | net/mac80211/work.c | 2 |
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) | |||
1763 | 1763 | ||
1764 | /* | 1764 | /* |
1765 | * ieee80211_queue_work() should have picked up most cases, | 1765 | * ieee80211_queue_work() should have picked up most cases, |
1766 | * here we'll pick the the rest. | 1766 | * here we'll pick the rest. |
1767 | */ | 1767 | */ |
1768 | if (WARN(local->suspended, "STA MLME work scheduled while " | 1768 | if (WARN(local->suspended, "STA MLME work scheduled while " |
1769 | "going to suspend\n")) | 1769 | "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, | |||
47 | /* | 47 | /* |
48 | * This skb 'survived' a round-trip through the driver, and | 48 | * This skb 'survived' a round-trip through the driver, and |
49 | * hopefully the driver didn't mangle it too badly. However, | 49 | * hopefully the driver didn't mangle it too badly. However, |
50 | * we can definitely not rely on the the control information | 50 | * we can definitely not rely on the control information |
51 | * being correct. Clear it so we don't get junk there, and | 51 | * being correct. Clear it so we don't get junk there, and |
52 | * indicate that it needs new processing, but must not be | 52 | * indicate that it needs new processing, but must not be |
53 | * modified/encrypted again. | 53 | * 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) | |||
840 | 840 | ||
841 | /* | 841 | /* |
842 | * ieee80211_queue_work() should have picked up most cases, | 842 | * ieee80211_queue_work() should have picked up most cases, |
843 | * here we'll pick the the rest. | 843 | * here we'll pick the rest. |
844 | */ | 844 | */ |
845 | if (WARN(local->suspended, "work scheduled while going to suspend\n")) | 845 | if (WARN(local->suspended, "work scheduled while going to suspend\n")) |
846 | return; | 846 | return; |