Skip to content

Commit

Permalink
staging: rtl8192u: Replace "the the " with "the"
Browse files Browse the repository at this point in the history
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>
  • Loading branch information
simran singhal authored and Greg Kroah-Hartman committed Mar 7, 2017
1 parent bffa320 commit cd63eb0
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion drivers/staging/rtl8192u/ieee80211/ieee80211_rx.c
Original file line number Diff line number Diff line change
Expand Up @@ -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;

Expand Down

0 comments on commit cd63eb0

Please sign in to comment.