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

_______________________________________________
devel mailing list
de...@linuxdriverproject.org
http://driverdev.linuxdriverproject.org/mailman/listinfo/driverdev-devel

Reply via email to