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 majord...@vger.kernel.org More majordomo info at http://vger.kernel.org/majordomo-info.html Please read the FAQ at http://www.tux.org/lkml/