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 for Android: free password hash cracker in your pocket
[<prev] [next>] [<thread-prev] [thread-next>] [day] [month] [year] [list]
Date:   Tue, 07 Mar 2017 13:44:40 -0800 (PST)
From:   David Miller <davem@...emloft.net>
To:     yasu.isimatu@...il.com
Cc:     netdev@...r.kernel.org, izumi.taku@...fujitsu.com
Subject: Re: [PATCH] fjes: Do not load fjes driver if system does not have
 extended socket device.

From: Yasuaki Ishimatsu <yasu.isimatu@...il.com>
Date: Thu, 2 Mar 2017 11:56:44 -0500

> +
>  /* fjes_init_module - Driver Registration Routine */
>  static int __init fjes_init_module(void)
>  {
>  	int result;
> +	bool found = false;
> +

Please order local variable declarations from longest to shortest
line.

Thanks.

Powered by blists - more mailing lists