On Wed, Aug 10, 2005 at 10:49:19PM -0700, Randy.Dunlap wrote:
> On Wed, 10 Aug 2005 21:58:46 -0700 Greg KH wrote:
>
> >
> > > + while(!test_bit(AX88178_UNPLUG, &dev->flags) )
> > > + {
> >
> > Please use the proper formatting for your braces. Same thing for your
> > if statements.
> >
> > Also, put a space after the while and no spaces within the (). So that
> > should be:
> > while(!test_bit(AX88178_UNPLUG, &dev->flags)) {
>
> preferred spacing is:
> while (...) {
Bah, yes, you are correct, I said that in the words, but not in the
example, sorry.
greg k-h
-------------------------------------------------------
SF.Net email is Sponsored by the Better Software Conference & EXPO
September 19-22, 2005 * San Francisco, CA * Development Lifecycle Practices
Agile & Plan-Driven Development * Managing Projects & Teams * Testing & QA
Security * Process Improvement & Measurement * http://www.sqe.com/bsce5sf
_______________________________________________
[email protected]
To unsubscribe, use the last form field at:
https://lists.sourceforge.net/lists/listinfo/linux-usb-devel