[<prev] [next>] [<thread-prev] [day] [month] [year] [list]
Message-ID: <20160530081144.GB18199@mwanda>
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