[U-Boot] [PATCH v2] display_buffer: fix misaligned buffer

Mike Frysinger vapier at gentoo.org
Wed Sep 8 09:26:15 CEST 2010


On Wednesday, September 08, 2010 01:43:20 Wolfgang Denk wrote:
> Mike Frysinger 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/

np ... just wanted to make sure i wasnt missing something wrong with the 
normal running of the code sine i was poking around in there recently.
-mike
-------------- next part --------------
A non-text attachment was scrubbed...
Name: not available
Type: application/pgp-signature
Size: 836 bytes
Desc: This is a digitally signed message part.
Url : http://lists.denx.de/pipermail/u-boot/attachments/20100908/adf3f6e5/attachment.pgp 


More information about the U-Boot mailing list