From mboxrd@z Thu Jan 1 00:00:00 1970 From: Scott Wood Date: Tue, 25 Jun 2013 17:16:18 -0500 Subject: [U-Boot] [PATCH 06/11] powerpc/T4240EMU: Add T4240EMU target In-Reply-To: <51CA1392.2000402@freescale.com> (from yorksun@freescale.com on Tue Jun 25 17:02:58 2013) References: <1372185469-14161-1-git-send-email-yorksun@freescale.com> <1372185469-14161-6-git-send-email-yorksun@freescale.com> <20130625212443.6A584380468@gemini.denx.de> <51CA1392.2000402@freescale.com> Message-ID: <1372198578.8183.25@snotra> List-Id: MIME-Version: 1.0 Content-Type: text/plain; charset="us-ascii" Content-Transfer-Encoding: 7bit To: u-boot@lists.denx.de On 06/25/2013 05:02:58 PM, York Sun wrote: > On 06/25/2013 02:24 PM, Wolfgang Denk wrote: > > > > Entry to MAINTAINERS missing. And checkpatch reports a number of > > Didn't know we are enforcing this. Will add. > > > warnings that need to be fixed: > > > > - WARNING: quoted string split across lines > > Noticed. How are we going to balance the long lines vs split across > lines? String literals are an exception to the 80-column rule, to aid greppability. -Scott