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:   Fri, 11 Jan 2019 10:10:56 +0100
From:   Greg KH <gregkh@...uxfoundation.org>
To:     Sabyasachi Gupta <sabyasachi.linux@...il.com>
Cc:     stern@...land.harvard.edu, linux-usb@...r.kernel.org,
        usb-storage@...ts.one-eyed-alien.net, linux-kernel@...r.kernel.org,
        jrdr.linux@...il.com, brajeswar.linux@...il.com
Subject: Re: [PATCH] drivers/usb/storage/cypress_atacb.c: Remove duplicate
 header

On Thu, Jan 10, 2019 at 12:19:36PM +0530, Sabyasachi Gupta wrote:
> Remove unusual_cypress.h which is included more than once.
> 
> Signed-off-by: Sabyasachi Gupta <sabyasachi.linux@...il.com>
> ---
>  drivers/usb/storage/cypress_atacb.c | 1 -
>  1 file changed, 1 deletion(-)
> 
> diff --git a/drivers/usb/storage/cypress_atacb.c b/drivers/usb/storage/cypress_atacb.c
> index 4825902..be2e346 100644
> --- a/drivers/usb/storage/cypress_atacb.c
> +++ b/drivers/usb/storage/cypress_atacb.c
> @@ -55,7 +55,6 @@ MODULE_DEVICE_TABLE(usb, cypress_usb_ids);
>  }
>  
>  static struct us_unusual_dev cypress_unusual_dev_list[] = {
> -#	include "unusual_cypress.h"
>  	{ }		/* Terminating entry */
>  };
>  
> -- 
> 2.7.4
> 

Again, no.

Powered by blists - more mailing lists

Powered by Openwall GNU/*/Linux Powered by OpenVZ