Re: [PATCH v8 08/19] staging: r8188eu: fix grammar mistake in usbctrl_vendorreq()

From: Greg Kroah-Hartman
Date: Mon Sep 20 2021 - 07:49:26 EST


On Mon, Sep 20, 2021 at 01:53:45AM +0200, Fabio M. De Francesco wrote:
> Fix a grammar mistake in usbctrl_vendorreq(): "checksumed" =>
> "checksummed".
>
> Co-developed-by: Pavel Skripkin <paskripkin@xxxxxxxxx>
> Signed-off-by: Pavel Skripkin <paskripkin@xxxxxxxxx>
> Signed-off-by: Fabio M. De Francesco <fmdefrancesco@xxxxxxxxx>
> ---
> drivers/staging/r8188eu/hal/usb_ops_linux.c | 2 +-
> 1 file changed, 1 insertion(+), 1 deletion(-)
>
> diff --git a/drivers/staging/r8188eu/hal/usb_ops_linux.c b/drivers/staging/r8188eu/hal/usb_ops_linux.c
> index fc3da0fbf474..3ca2959f4bcd 100644
> --- a/drivers/staging/r8188eu/hal/usb_ops_linux.c
> +++ b/drivers/staging/r8188eu/hal/usb_ops_linux.c
> @@ -85,7 +85,7 @@ static int usbctrl_vendorreq(struct intf_hdl *intfhdl, u16 value, void *data, u1
>
> }
>
> - /* firmware download is checksumed, don't retry */
> + /* firmware download is checksummed, don't retry */

When touching this line, also remove the leading ' ' characters in the
comment that are not needed please.

thanks,

greg k-h