Re: [PATCH 1/2] staging: slicoss: fix coding style spacing issues

From: Dan Carpenter
Date: Mon May 30 2016 - 04:12:14 EST


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