Groups | Search | Server Info | Keyboard shortcuts | Login | Register [http] [https] [nntp] [nntps]
Groups > linux.kernel > #1592114
| From | simran singhal <singhalsimran0@gmail.com> |
|---|---|
| Newsgroups | linux.kernel |
| Subject | [PATCH v3 1/3] staging: wlan-ng: Replace "the the " with "the" |
| Date | 2017-03-03 17:30 +0100 |
| Message-ID | <tgYfE-3Kq-17@gated-at.bofh.it> (permalink) |
| References | <tgXWh-3BQ-1@gated-at.bofh.it> |
| Organization | linux.* mail to news gateway |
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> --- drivers/staging/wlan-ng/prism2sta.c | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/drivers/staging/wlan-ng/prism2sta.c b/drivers/staging/wlan-ng/prism2sta.c index 82d3a70..3ef85ac 100644 --- a/drivers/staging/wlan-ng/prism2sta.c +++ b/drivers/staging/wlan-ng/prism2sta.c @@ -1310,7 +1310,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 -- 2.7.4
Back to linux.kernel | Previous | Next — Previous in thread | Find similar | Unroll thread
[PATCH v3 0/3] Replace "the the " with "the" simran singhal <singhalsimran0@gmail.com> - 2017-03-03 17:10 +0100
[PATCH v3 3/3] staging: unisys: Replace "the the " with "the" simran singhal <singhalsimran0@gmail.com> - 2017-03-03 17:10 +0100
[PATCH v3 2/3] staging: rtl8192u: Replace "the the " with "the" simran singhal <singhalsimran0@gmail.com> - 2017-03-03 17:10 +0100
Re: [Outreachy kernel] [PATCH v3 0/3] Replace "the the " with "the" Julia Lawall <julia.lawall@lip6.fr> - 2017-03-03 17:20 +0100
RE: [Outreachy kernel] [PATCH v3 0/3] Replace "the the " with "the" "Kershner, David A" <David.Kershner@unisys.com> - 2017-03-03 18:20 +0100
[PATCH v3 1/3] staging: wlan-ng: Replace "the the " with "the" simran singhal <singhalsimran0@gmail.com> - 2017-03-03 17:30 +0100
csiph-web