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:	Mon, 30 May 2016 11:11:44 +0300
From:	Dan Carpenter <dan.carpenter@...cle.com>
To:	Jaime Arrocha <jarr@...ercoder.com>
Cc:	gregkh@...uxfoundation.org, devel@...verdev.osuosl.org,
	charrer@...critech.com, liodot@...il.com,
	linux-kernel@...r.kernel.org
Subject: Re: [PATCH 1/2] staging: slicoss: fix coding style spacing issues

On Sun, May 29, 2016 at 08:31:06AM -0500, Jaime Arrocha wrote:
  
>  struct slic_cmdqueue {
>  	struct slic_hostcmd *head;
>  	struct slic_hostcmd *tail;
> -	int count;
> -	spinlock_t lock;
> +	int		    count;
> +	spinlock_t	    lock;
>  };

The original code was better.  Same for the rest.

regards,
dan carpenter

Powered by blists - more mailing lists

Powered by Openwall GNU/*/Linux Powered by OpenVZ