From mboxrd@z Thu Jan 1 00:00:00 1970 From: Scott Wood Date: Mon, 8 Aug 2011 15:04:43 -0500 Subject: [U-Boot] [PATCH] Fix wrong loop bound in flush_cache() when "size" is zero. In-Reply-To: <4E3FD52D.7090709@mvista.com> References: <1312790868-8959-1-git-send-email-saturdaycoder@gmail.com> <4E3FD52D.7090709@mvista.com> Message-ID: <4E40415B.5090307@freescale.com> List-Id: MIME-Version: 1.0 Content-Type: text/plain; charset="us-ascii" Content-Transfer-Encoding: 7bit To: u-boot@lists.denx.de On 08/08/2011 07:23 AM, Sergei Shtylyov wrote: > Please indent with tabs, not spaces. Also, doesn't this code generate > warning (code before declarations)? Only with -Wdeclaration-after-statement, which U-boot doesn't set. -Scott