diff options
author | simran singhal <singhalsimran0@gmail.com> | 2017-03-04 23:10:59 +0530 |
---|---|---|
committer | Greg Kroah-Hartman <gregkh@linuxfoundation.org> | 2017-03-07 20:00:22 +0100 |
commit | dc109dc597d7f4c153eb09a56d29dcfed8d40585 (patch) | |
tree | cb3eb3452da483dd9078ede71f849c79d4925f0d | |
parent | 7d835840219d06515bf7aa860cc915840ee00d43 (diff) | |
download | linux-dc109dc597d7f4c153eb09a56d29dcfed8d40585.tar.bz2 |
staging: rtl8192u: Replace "is is" with "is"
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>
-rw-r--r-- | drivers/staging/rtl8192u/r819xU_cmdpkt.c | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/drivers/staging/rtl8192u/r819xU_cmdpkt.c b/drivers/staging/rtl8192u/r819xU_cmdpkt.c index 3e0731b04619..bb6d8bd6c7ac 100644 --- a/drivers/staging/rtl8192u/r819xU_cmdpkt.c +++ b/drivers/staging/rtl8192u/r819xU_cmdpkt.c @@ -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) |