Re: [PATCH] Drivers:staging:octeon-usb: Fixed Few coding style errors

From: Aaro Koskinen
Date: Fri Jan 31 2014 - 14:54:42 EST


Hi,

On Thu, Jan 30, 2014 at 10:35:19PM -0800, Surendra Patil wrote:
> - uint32_t reserved : 25;
> - uint32_t port_enabled : 1;
> - uint32_t port_over_current : 1;
> - uint32_t port_powered : 1;
> - enum cvmx_usb_speed port_speed : 2;
> - uint32_t connected : 1;
> - uint32_t connect_change : 1;
> + uint32_t reserved:25;
> + uint32_t port_enabled:1;
> + uint32_t port_over_current:1;
> + uint32_t port_powered:1;
> + enum cvmx_usb_speed port_speed:2;
> + uint32_t connected:1;
> + uint32_t connect_change:1;

Not an improvement, please don't do this.

A.
--
To unsubscribe from this list: send the line "unsubscribe linux-kernel" in
the body of a message to majordomo@xxxxxxxxxxxxxxx
More majordomo info at http://vger.kernel.org/majordomo-info.html
Please read the FAQ at http://www.tux.org/lkml/