On Tue, Nov 22, 2016 at 07:17:48PM +0100, Andrea Ghittino wrote:
> This patch fix two code style warnings related to "line over 80 characters" 
> in drivers/staging/octeon-usb/octeon-hcd.c file.
> 
> Signed-off-by: Andrea Ghittino <aghitt...@gmail.com>
> ---
> diff --git a/drivers/staging/octeon-usb/octeon-hcd.c 
> b/drivers/staging/octeon-usb/octeon-hcd.c
> index 9a7858a..92f3a7e 100644
> --- a/drivers/staging/octeon-usb/octeon-hcd.c
> +++ b/drivers/staging/octeon-usb/octeon-hcd.c
> @@ -2636,12 +2636,12 @@ static int cvmx_usb_poll_channel(struct octeon_hcd 
> *usb, int channel)
>                                 hcintmsk.u32 = 0;
>                                 hcintmsk.s.chhltdmsk = 1;
>                                 cvmx_usb_write_csr32(usb,
> -                                                    
> CVMX_USBCX_HCINTMSKX(channel, usb->index),
> -                                                    hcintmsk.u32);
> +                                    CVMX_USBCX_HCINTMSKX(channel, 
> usb->index),
> +                                    hcintmsk.u32);

Ick, that doesn't look much better, does it?

And your tabs are gone from this patch, making it impossible to apply :(

thanks,

greg k-h
_______________________________________________
devel mailing list
de...@linuxdriverproject.org
http://driverdev.linuxdriverproject.org/mailman/listinfo/driverdev-devel

Reply via email to