[PATCH 05/34] staging: bcm: for loop neatening
Julie Sullivan
kernelmail.jms at gmail.com
Wed Jan 11 14:03:21 PST 2012
OK, so it's probably obvious to everyone else, but please indulge a
newbie. Why do we need a for() here? I've looked at the source file
and I'm missing whatever it is.
(I guess it must be deliberate, it's in more than one place in the source file.)
- for (uiLoopIndex=0; uiLoopIndex < 1; uiLoopIndex++)
+ for (uiLoopIndex = 0; uiLoopIndex < 1; uiLoopIndex++)
Cheers
Julie
More information about the devel
mailing list