staging: r8188eu: Fix misspelling in comment "writting" -> "writing"
authorHaowen Bai <baihaowen@meizu.com>
Wed, 30 Mar 2022 10:31:15 +0000 (18:31 +0800)
committerGreg Kroah-Hartman <gregkh@linuxfoundation.org>
Mon, 4 Apr 2022 05:33:48 +0000 (07:33 +0200)
This patch fixes some spelling typo in error message reported by
checkpatch.pl

WARNING: 'writting' may be misspelled - perhaps 'writing'?

Signed-off-by: Haowen Bai <baihaowen@meizu.com>
Link: https://lore.kernel.org/r/1648636275-13558-1-git-send-email-baihaowen@meizu.com
Signed-off-by: Greg Kroah-Hartman <gregkh@linuxfoundation.org>
drivers/staging/r8188eu/hal/usb_halinit.c

index 0330947..e558505 100644 (file)
@@ -123,7 +123,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);