[RFC][PATCH 3/7] USB: OHCI: make ohci-omap3 a separate driver
Arnd Bergmann
arnd at arndb.de
Fri Jun 7 09:51:10 EDT 2013
On Friday 07 June 2013 11:33:29 Manjunath Goudar wrote:
> + /*
> + * RemoteWakeupConnected has to be set explicitly before
> + * calling ohci_run. The reset value of RWC is 0.
> + */
Just nitpicking, but you still use the wrong commenting style
occasionally. The '*' characters should always be aligned
vertically, like
/*
* RemoteWakeupConnected has to be set explicitly before
* calling ohci_run. The reset value of RWC is 0.
*/
Arnd
More information about the linux-arm-kernel
mailing list