[U-Boot] [PATCH v2] display_buffer: fix misaligned buffer
Wolfgang Denk
wd at denx.de
Wed Sep 8 07:43:20 CEST 2010
Dear Mike Frysinger,
In message <201009080020.15801.vapier at gentoo.org> 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: wd at denx.de
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"
More information about the U-Boot
mailing list