[RFC][PATCH 3/7] USB: OHCI: make ohci-omap3 a separate driver
From: arnd@arndb.de (Arnd Bergmann)
Date: 2013-06-07 13:51:10
From: arnd@arndb.de (Arnd Bergmann)
Date: 2013-06-07 13:51:10
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