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

2016-05-30 Thread Dan Carpenter
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

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

2016-05-30 Thread Dan Carpenter
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

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

2016-05-29 Thread Jaime Arrocha
From: Jaime Arrocha This patch fixes spacing in variable declarations. This patch series does not depend on each other. Signed-off-by: Jaime Arrocha --- drivers/staging/slicoss/slic.h | 280 - 1 file changed,

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

2016-05-29 Thread Jaime Arrocha
From: Jaime Arrocha This patch fixes spacing in variable declarations. This patch series does not depend on each other. Signed-off-by: Jaime Arrocha --- drivers/staging/slicoss/slic.h | 280 - 1 file changed, 140 insertions(+), 140 deletions(-) diff