lkml.org 
[lkml]   [2018]   [Nov]   [22]   [last100]   RSS Feed
Views: [wrap][no wrap]   [headers]  [forward] 
 
Messages in this thread
    Patch in this message
    /
    From
    Subject[PATCH 4/8] staging: rtl8188eu: correct spelling mistake in a comment
    Date
    Correct spelling mistake in a comment reported by checkpatch.
    checksumed -> checksummed

    Signed-off-by: Michael Straube <straube.linux@gmail.com>
    ---
    drivers/staging/rtl8188eu/os_dep/usb_ops_linux.c | 2 +-
    1 file changed, 1 insertion(+), 1 deletion(-)

    diff --git a/drivers/staging/rtl8188eu/os_dep/usb_ops_linux.c b/drivers/staging/rtl8188eu/os_dep/usb_ops_linux.c
    index 5a41766bba68..75b7d8c2cc50 100644
    --- a/drivers/staging/rtl8188eu/os_dep/usb_ops_linux.c
    +++ b/drivers/staging/rtl8188eu/os_dep/usb_ops_linux.c
    @@ -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;
    }
    --
    2.19.1
    \
     
     \ /
      Last update: 2018-11-22 14:54    [W:6.287 / U:0.028 seconds]
    ©2003-2020 Jasper Spaans|hosted at Digital Ocean and TransIP|Read the blog|Advertise on this site