Skip to content

Commit

Permalink
staging: rtl8192u: Replace "is is" with "is"
Browse files Browse the repository at this point in the history
This patch replace "is is " with "is". The replacement couldn't be
automated because sometimes the first "is" was meant to be another
word.

Signed-off-by: simran singhal <singhalsimran0@gmail.com>
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 7d83584 commit dc109dc
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion drivers/staging/rtl8192u/r819xU_cmdpkt.c
Original file line number Diff line number Diff line change
Expand Up @@ -495,7 +495,7 @@ u32 cmpk_message_handle_rx(struct net_device *dev,
u8 element_id;
u8 *pcmd_buff;

/* 0. Check inpt arguments. If is is a command queue message or
/* 0. Check inpt arguments. It is a command queue message or
* pointer is null.
*/
if (pstats == NULL)
Expand Down

0 comments on commit dc109dc

Please sign in to comment.