lists.openwall.net   lists  /  announce  owl-users  owl-dev  john-users  john-dev  passwdqc-users  yescrypt  popa3d-users  /  oss-security  kernel-hardening  musl  sabotage  tlsify  passwords  /  crypt-dev  xvendor  /  Bugtraq  Full-Disclosure  linux-kernel  linux-netdev  linux-ext4  linux-hardening  linux-cve-announce  PHC 
Open Source and information security mailing list archives
 
Hash Suite: Windows password security audit tool. GUI, reports in PDF.
[<prev] [next>] [<thread-prev] [day] [month] [year] [list]
Date:	Sun, 24 Jan 2016 20:32:00 -0800
From:	Greg KH <greg@...ah.com>
To:	Tapan Prakash T <tapanprakasht@...il.com>
Cc:	mdharm-usb@...-eyed-alien.net, linux-usb@...r.kernel.org,
	linux-kernel@...r.kernel.org
Subject: Re: [PATCH] usb: storage: onetouch: Fixed two space related coding
 style issues

On Fri, Jan 22, 2016 at 11:25:21PM +0530, Tapan Prakash T wrote:
> This patch fixes checkpatch.pl warning in file onetouch.c
> 
> Signed-off-by: Tapan Prakash T <tapanprakasht@...il.com>
> ---
>  drivers/usb/storage/onetouch.c | 4 ++--
>  1 file changed, 2 insertions(+), 2 deletions(-)
> 
> diff --git a/drivers/usb/storage/onetouch.c b/drivers/usb/storage/onetouch.c
> index acc3d03..9097bd4 100644
> --- a/drivers/usb/storage/onetouch.c
> +++ b/drivers/usb/storage/onetouch.c
> @@ -69,7 +69,7 @@ struct usb_onetouch {
>  		    vendorName, productName, useProtocol, useTransport, \
>  		    initFunction, flags) \
>  { USB_DEVICE_VER(id_vendor, id_product, bcdDeviceMin, bcdDeviceMax), \
> -  .driver_info = (flags) }
> +.driver_info = (flags) }

That's not a valid fix :(

Powered by blists - more mailing lists

Powered by Openwall GNU/*/Linux Powered by OpenVZ