From mboxrd@z Thu Jan 1 00:00:00 1970 From: Tom Date: Wed, 25 Nov 2009 14:24:16 -0600 Subject: [U-Boot] [PATCH 0/5] Introducing TI's New SoC/board AM3517EVM In-Reply-To: <1258974495-28027-1-git-send-email-hvaibhav@ti.com> References: <1258974495-28027-1-git-send-email-hvaibhav@ti.com> Message-ID: <4B0D9270.2020606@windriver.com> List-Id: MIME-Version: 1.0 Content-Type: text/plain; charset="us-ascii" Content-Transfer-Encoding: 7bit To: u-boot@lists.denx.de hvaibhav at ti.com wrote: > From: Vaibhav Hiremath > > AM3517 device is high-performance, industrial applications processor designed > and developed keeping Software Compatible with OMAP3 Processors. > On the next revision of your patch set, please run it through the linux kernel's checkpatch.pl script. It is a good automated tool to check basic whitespace issues. I use checkpatch first when I have to review a large patch set. Tom