Dear Mike Frysinger, In message <[email protected]> you wrote: > > which bug ? the logic is: > for (...) > if (...) > ... = ...; > > you want the for loop to have explicit braces ? > for (...) { > if (...) > ... = ...; > } > > which would make it a style "bug", and not a code bug
s/bug/coding style violation/ Best regards, Wolfgang Denk -- DENX Software Engineering GmbH, MD: Wolfgang Denk & Detlev Zundel HRB 165235 Munich, Office: Kirchenstr.5, D-82194 Groebenzell, Germany Phone: (+49)-8142-66989-10 Fax: (+49)-8142-66989-80 Email: [email protected] All repairs tend to destroy the structure, to increase the entropy and disorder of the system. Less and less effort is spent on fixing original design flaws; more and more is spent on fixing flaws intro- duced by earlier fixes. - Fred Brooks, "The Mythical Man Month" _______________________________________________ U-Boot mailing list [email protected] http://lists.denx.de/mailman/listinfo/u-boot

