Groups | Search | Server Info | Keyboard shortcuts | Login | Register [http] [https] [nntp] [nntps]


Groups > linux.kernel > #1592071 > unrolled thread

[PATCH v2 0/3] Replace "the the " with "the"

Started bysimran singhal <singhalsimran0@gmail.com>
First post2017-03-03 16:40 +0100
Last post2017-03-03 16:50 +0100
Articles 3 — 2 participants

Back to article view | Back to linux.kernel


Contents

  [PATCH v2 0/3] Replace "the the " with "the" simran singhal <singhalsimran0@gmail.com> - 2017-03-03 16:40 +0100
    Re: [Outreachy kernel] Re: [PATCH v2 0/3] Replace "the the " with  "the" Julia Lawall <julia.lawall@lip6.fr> - 2017-03-03 16:50 +0100
    [PATCH v2 3/3] staging: unisys: Replace "the the " with "the" simran singhal <singhalsimran0@gmail.com> - 2017-03-03 16:50 +0100

#1592071 — [PATCH v2 0/3] Replace "the the " with "the"

Fromsimran singhal <singhalsimran0@gmail.com>
Date2017-03-03 16:40 +0100
Subject[PATCH v2 0/3] Replace "the the " with "the"
Message-ID<tgXtf-3ca-7@gated-at.bofh.it>
This patch series replace "the the " with "the" in various drivers.

v2:
  -Adding cover-letter for the series.

simran singhal (3):
  staging: wlan-ng: Replace "the the " with "the"
  staging: rtl8192u: Replace "the the " with "the"
  staging: unisys: Replace "the the " with "the"

 drivers/staging/rtl8192u/ieee80211/ieee80211_rx.c | 2 +-
 drivers/staging/unisys/visorbus/visorbus_main.c   | 2 +-
 drivers/staging/wlan-ng/prism2sta.c               | 2 +-
 3 files changed, 3 insertions(+), 3 deletions(-)

-- 
2.7.4

[toc] | [next] | [standalone]


#1592078 — Re: [Outreachy kernel] Re: [PATCH v2 0/3] Replace "the the " with "the"

FromJulia Lawall <julia.lawall@lip6.fr>
Date2017-03-03 16:50 +0100
SubjectRe: [Outreachy kernel] Re: [PATCH v2 0/3] Replace "the the " with "the"
Message-ID<tgXCV-3fA-11@gated-at.bofh.it>
In reply to#1592071

[Multipart message — attachments visible in raw view] — view raw

On Fri, 3 Mar 2017, SIMRAN SINGHAL wrote:

> Please ignore this patch as on this wrong version is written.

What is wrong?

julia

>
> On Friday, March 3, 2017 at 9:06:52 PM UTC+5:30, SIMRAN SINGHAL wrote:
>       Please ignore this patch as on this wrong version is written.
>
>       On Friday, March 3, 2017 at 9:05:05 PM UTC+5:30, SIMRAN SINGHAL
>       wrote:
>             This patch series replace "the the " with "the" in
>             various drivers.
>
>             v2:
>               -Adding cover-letter for the series.
>
>             simran singhal (3):
>               staging: wlan-ng: Replace "the the " with "the"
>               staging: rtl8192u: Replace "the the " with "the"
>               staging: unisys: Replace "the the " with "the"
>
>              drivers/staging/rtl8192u/ieee80211/ieee80211_rx.c |
>             2 +-
>              drivers/staging/unisys/visorbus/visorbus_main.c   |
>             2 +-
>              drivers/staging/wlan-ng/prism2sta.c               |
>             2 +-
>              3 files changed, 3 insertions(+), 3 deletions(-)
>
>             --
>             2.7.4
>
> --
> You received this message because you are subscribed to the Google Groups
> "outreachy-kernel" group.
> To unsubscribe from this group and stop receiving emails from it, send an
> email to outreachy-kernel+unsubscribe@googlegroups.com.
> To post to this group, send email to outreachy-kernel@googlegroups.com.
> To view this discussion on the web visithttps://groups.google.com/d/msgid/outreachy-kernel/1c412adb-4f88-47e2-aa29-
> 016e62fc882a%40googlegroups.com.
> For more options, visit https://groups.google.com/d/optout.
>
>

[toc] | [prev] | [next] | [standalone]


#1592082 — [PATCH v2 3/3] staging: unisys: Replace "the the " with "the"

Fromsimran singhal <singhalsimran0@gmail.com>
Date2017-03-03 16:50 +0100
Subject[PATCH v2 3/3] staging: unisys: Replace "the the " with "the"
Message-ID<tgXCW-3fA-25@gated-at.bofh.it>
In reply to#1592071
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/unisys/visorbus/visorbus_main.c | 2 +-
 1 file changed, 1 insertion(+), 1 deletion(-)

diff --git a/drivers/staging/unisys/visorbus/visorbus_main.c b/drivers/staging/unisys/visorbus/visorbus_main.c
index 1d54190..e7b04b6 100644
--- a/drivers/staging/unisys/visorbus/visorbus_main.c
+++ b/drivers/staging/unisys/visorbus/visorbus_main.c
@@ -778,7 +778,7 @@ write_vbus_dev_info(struct visorchannel *chan,
 /*
  * fix_vbus_dev_info() - for a child device just created on a client bus, fill
  *                       in information about the driver that is controlling
- *                       this device into the the appropriate slot within the
+ *                       this device into the appropriate slot within the
  *                       vbus channel of the bus instance
  * @visordev: struct visor_device for the desired device
  */
-- 
2.7.4

[toc] | [prev] | [standalone]


Back to top | Article view | linux.kernel


csiph-web