diff options
author | simran singhal <singhalsimran0@gmail.com> | 2017-03-03 21:29:04 +0530 |
---|---|---|
committer | Greg Kroah-Hartman <gregkh@linuxfoundation.org> | 2017-03-07 20:15:18 +0100 |
commit | 766ceda083dabc0d112939bbdc1f26abc409483d (patch) | |
tree | 112874ac2217cc553a587e8337c306d66236053f /drivers | |
parent | cd63eb0c1f546ab39f5647faeac44c5b8ca3bbcc (diff) | |
download | blackbird-op-linux-766ceda083dabc0d112939bbdc1f26abc409483d.tar.gz blackbird-op-linux-766ceda083dabc0d112939bbdc1f26abc409483d.zip |
staging: wlan-ng: Replace "the the " with "the"
This patch replace "the the " with "the". The replacement couldn't be
automated because sometimes the first "the" was meant to be another
word.
Signed-off-by: simran singhal <singhalsimran0@gmail.com>
Acked-by: Julia Lawall <julia.lawall@lip6.fr>
Signed-off-by: Greg Kroah-Hartman <gregkh@linuxfoundation.org>
Diffstat (limited to 'drivers')
-rw-r--r-- | drivers/staging/wlan-ng/prism2sta.c | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/drivers/staging/wlan-ng/prism2sta.c b/drivers/staging/wlan-ng/prism2sta.c index 984804b92e05..9c2b4ef2de58 100644 --- a/drivers/staging/wlan-ng/prism2sta.c +++ b/drivers/staging/wlan-ng/prism2sta.c @@ -1311,7 +1311,7 @@ void prism2sta_processing_defer(struct work_struct *data) /* This one indicates that the MAC has decided to and * successfully completed a change to another AP. We * should probably implement a reassociation indication - * in response to this one. I'm thinking that the the + * in response to this one. I'm thinking that the * p80211 layer needs to be notified in case of * buffering/queueing issues. User mode also needs to be * notified so that any BSS dependent elements can be |