staging: rtl8192u: 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>
This commit is contained in:
parent
bffa320f29
commit
cd63eb0c1f
|
@ -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;
|
||||
|
||||
|
|
Loading…
Reference in New Issue