From mboxrd@z Thu Jan 1 00:00:00 1970 From: Stephen Warren Date: Wed, 16 May 2012 15:31:43 -0600 Subject: [U-Boot] [PATCH V2 2/4] tegra: flesh out bootcmd In-Reply-To: <5FBF8E85CA34454794F0F7ECBA79798F379AE7788A@HQMAIL04.nvidia.com> References: <1337185262-4380-1-git-send-email-swarren@wwwdotorg.org> <1337185262-4380-2-git-send-email-swarren@wwwdotorg.org> <5FBF8E85CA34454794F0F7ECBA79798F379AE7788A@HQMAIL04.nvidia.com> Message-ID: <4FB41CBF.3010206@wwwdotorg.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 05/16/2012 03:27 PM, Tom Warren wrote: > Stephen, > Stephen Warren wrote at Wednesday, May 16, 2012 9:21 AM: >> This implements a useful bootcmd for Tegra. The boot order is: ... > I'm getting checkpatch errors (over 80 chars) for tegra2-common-post.h: > > WARNING: line over 80 characters > #414: FILE: include/configs/tegra2-common-post.h:93: > + "script_boot=" \ ... True. In this case, I would assert these should simply be ignored; checkpatch is a tool to help you get readable source, and in this case I think it's much more readable by not forcing artificial wrapping.