diff options
| author | 2010-05-18 04:44:54 -0700 | |
|---|---|---|
| committer | 2010-06-02 16:13:18 -0400 | |
| commit | 77c2061d10a408d0220c2b0e7faefe52d9c41008 (patch) | |
| tree | e2b0ad1abb38cca9e0b9890836fc4290c28656b0 /net/mac80211/work.c | |
| parent | cfg80211: don't refuse HT20 channels on devices that don't support HT40 (diff) | |
| download | linux-dev-77c2061d10a408d0220c2b0e7faefe52d9c41008.tar.xz linux-dev-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/mac80211/work.c')
| -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 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; |
