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


Groups > linux.kernel > #1592068 > unrolled thread

[PATCH v2 2/3] staging: rtl8192u: Replace "the the " with "the"

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

Back to article view | Back to linux.kernel

This discussion starts older than the indexed window; earlier articles aren't shown. The article labeled Started by below is the oldest one visible, not the original post.


Contents

  [PATCH v2 2/3] staging: rtl8192u: Replace "the the " with "the" simran singhal <singhalsimran0@gmail.com> - 2017-03-03 16:40 +0100

#1592068 — [PATCH v2 2/3] staging: rtl8192u: Replace "the the " with "the"

Fromsimran singhal <singhalsimran0@gmail.com>
Date2017-03-03 16:40 +0100
Subject[PATCH v2 2/3] staging: rtl8192u: Replace "the the " with "the"
Message-ID<tgXtf-3ca-13@gated-at.bofh.it>
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] | [standalone]


Back to top | Article view | linux.kernel


csiph-web