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


Groups > linux.kernel > #1592076 > unrolled thread

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

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

Back to article view | Back to linux.kernel


Contents

  [PATCH v1 0/3] Replace "the the " with "the" simran singhal <singhalsimran0@gmail.com> - 2017-03-03 16:50 +0100
    [PATCH v1 2/3] staging: rtl8192u: Replace "the the " with "the" simran singhal <singhalsimran0@gmail.com> - 2017-03-03 16:50 +0100
    [PATCH v1 1/3] staging: wlan-ng: Replace "the the " with "the" simran singhal <singhalsimran0@gmail.com> - 2017-03-03 16:50 +0100

#1592076 — [PATCH v1 0/3] Replace "the the " with "the"

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

v1: 
  -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]


#1592080 — [PATCH v1 2/3] staging: rtl8192u: Replace "the the " with "the"

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

diff --git a/drivers/staging/rtl8192u/ieee80211/ieee80211_rx.c b/drivers/staging/rtl8192u/ieee80211/ieee80211_rx.c
index f0fba81..3ca7f7d 100644
--- a/drivers/staging/rtl8192u/ieee80211/ieee80211_rx.c
+++ b/drivers/staging/rtl8192u/ieee80211/ieee80211_rx.c
@@ -918,7 +918,7 @@ int ieee80211_rx(struct ieee80211_device *ieee, struct sk_buff *skb,
 
 	int i;
 	struct ieee80211_rxb *rxb = NULL;
-	// cheat the the hdr type
+	// cheat the hdr type
 	hdr = (struct rtl_80211_hdr_4addr *)skb->data;
 	stats = &ieee->stats;
 
-- 
2.7.4

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


#1592081 — [PATCH v1 1/3] staging: wlan-ng: Replace "the the " with "the"

Fromsimran singhal <singhalsimran0@gmail.com>
Date2017-03-03 16:50 +0100
Subject[PATCH v1 1/3] staging: wlan-ng: Replace "the the " with "the"
Message-ID<tgXCW-3fA-21@gated-at.bofh.it>
In reply to#1592076
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

[toc] | [prev] | [standalone]


Back to top | Article view | linux.kernel


csiph-web