staging: rtl8188eu: correct spelling mistake in a comment
authorMichael Straube <straube.linux@gmail.com>
Thu, 22 Nov 2018 13:52:14 +0000 (14:52 +0100)
committerGreg Kroah-Hartman <gregkh@linuxfoundation.org>
Fri, 23 Nov 2018 09:58:45 +0000 (10:58 +0100)
Correct spelling mistake in a comment reported by checkpatch.
checksumed -> checksummed

Signed-off-by: Michael Straube <straube.linux@gmail.com>
Signed-off-by: Greg Kroah-Hartman <gregkh@linuxfoundation.org>
drivers/staging/rtl8188eu/os_dep/usb_ops_linux.c

index 5a41766..75b7d8c 100644 (file)
@@ -273,7 +273,7 @@ static int usbctrl_vendorreq(struct adapter *adapt, u8 request, u16 value, u16 i
                        }
                }
 
-               /*  firmware download is checksumed, don't retry */
+               /*  firmware download is checksummed, don't retry */
                if ((value >= FW_8188E_START_ADDRESS && value <= FW_8188E_END_ADDRESS) || status == len)
                        break;
        }