From mboxrd@z Thu Jan 1 00:00:00 1970 From: Mike Frysinger Date: Wed, 8 Sep 2010 03:26:15 -0400 Subject: [U-Boot] [PATCH v2] display_buffer: fix misaligned buffer In-Reply-To: <20100908054320.A8CEE1506AA@gemini.denx.de> References: <1283243000-25427-1-git-send-email-u-boot@emk-elektronik.de> <201009080020.15801.vapier@gentoo.org> <20100908054320.A8CEE1506AA@gemini.denx.de> Message-ID: <201009080326.17310.vapier@gentoo.org> List-Id: MIME-Version: 1.0 Content-Type: text/plain; charset="us-ascii" Content-Transfer-Encoding: 7bit To: u-boot@lists.denx.de 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