Staging: drivers: rtl8188eu: fixed typo
authorJacky Boen <aqiank@gmail.com>
Sun, 1 May 2016 15:50:30 +0000 (23:50 +0800)
committerGreg Kroah-Hartman <gregkh@linuxfoundation.org>
Sun, 1 May 2016 21:34:50 +0000 (14:34 -0700)
Fixed typo

Signed-off-by: Jacky Boen <aqiank@gmail.com>
Signed-off-by: Greg Kroah-Hartman <gregkh@linuxfoundation.org>
drivers/staging/rtl8188eu/hal/usb_halinit.c

index 6b83ee3..547fb61 100644 (file)
@@ -174,7 +174,7 @@ static void _InitQueueReservedPage(struct adapter *Adapter)
                if (haldata->OutEpQueueSel & TX_SELE_LQ)
                        numLQ = 0x1C;
 
-               /*  NOTE: This step shall be proceed before writting REG_RQPN. */
+               /*  NOTE: This step shall be proceed before writing REG_RQPN. */
                if (haldata->OutEpQueueSel & TX_SELE_NQ)
                        numNQ = 0x1C;
                value8 = (u8)_NPQ(numNQ);