aboutsummaryrefslogtreecommitdiff
path: root/drivers/staging/rtl8192u/r819xU_cmdpkt.c
diff options
context:
space:
mode:
authorJustin P. Mattock <justinmattock@gmail.com>2012-04-30 14:39:21 -0700
committerGreg Kroah-Hartman <gregkh@linuxfoundation.org>2012-05-01 21:50:58 -0700
commit8ef3a7ed35a09431336faf2f3ce53d4d0959cea1 (patch)
treefd6cb57a3f58253eb0399feace9acf15fb918809 /drivers/staging/rtl8192u/r819xU_cmdpkt.c
parentffae3055d23275b7b0abd4c1b0b750662b62ccf1 (diff)
staging:rtl8192u Fix typos and comments
Signed-off-by: Justin P. Mattock <justinmattock@gmail.com> Signed-off-by: Greg Kroah-Hartman <gregkh@linuxfoundation.org>
Diffstat (limited to 'drivers/staging/rtl8192u/r819xU_cmdpkt.c')
-rw-r--r--drivers/staging/rtl8192u/r819xU_cmdpkt.c2
1 files changed, 1 insertions, 1 deletions
diff --git a/drivers/staging/rtl8192u/r819xU_cmdpkt.c b/drivers/staging/rtl8192u/r819xU_cmdpkt.c
index ec1eeb724b0..a8a6dc2c365 100644
--- a/drivers/staging/rtl8192u/r819xU_cmdpkt.c
+++ b/drivers/staging/rtl8192u/r819xU_cmdpkt.c
@@ -726,7 +726,7 @@ cmpk_message_handle_rx(
/* 4. Check every received command packet content according to different
element type. Because FW may aggregate RX command packet to minimize
transmit time between DRV and FW.*/
- // Add a counter to prevent the lock in the loop to be to long
+ // Add a counter to prevent the lock in the loop from being held too long
while (total_length > 0 || exe_cnt++ >100)
{
/* 2007/01/17 MH We support aggregation of different cmd in the same packet. */