From mboxrd@z Thu Jan 1 00:00:00 1970 From: York Sun Date: Thu, 27 Jun 2013 10:57:26 -0700 Subject: [U-Boot] [Patch v2 06/11] powerpc/T4240EMU: Add T4240EMU target In-Reply-To: <20130627175149.7AAB6380DDB@gemini.denx.de> References: <1372263479-10588-1-git-send-email-yorksun@freescale.com> <20130626220308.DED17380DCD@gemini.denx.de> <51CC76B1.6030003@freescale.com> <20130627175149.7AAB6380DDB@gemini.denx.de> Message-ID: <51CC7D06.9000400@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 06/27/2013 10:51 AM, Wolfgang Denk wrote: > Dear York Sun, > > In message <51CC76B1.6030003@freescale.com> you wrote: >> >>> So what exactly are the changes compared to V1? >> >> Added entry to MAINTAINERS >> >> Fixed checkpatch warning >> - WARNING: quoted string split across lines >> - WARNING: Avoid unnecessary line continuations > > And why do you not include this information with the patch? You've > been around here long enough that you should know this requirement. I forgot. Updated in v3 patch. > >>>> --- a/MAINTAINERS >>>> +++ b/MAINTAINERS >>>> @@ -538,6 +538,10 @@ Detlev Zundel >>>> >>>> inka4x0 MPC5200 >>>> >>>> +York Sun >>>> + >>>> + T4240EMU T4240 >>>> + >>> >>> Can you please keep the list sorted? Thanks. >> >> The list is not sorted. I tried with my best guess, sort on "CPU". >> That's why I put it at the end of "PowerPC Systems". > > The list IS sorted. The sort key is the last name of the maintainer. > "Sun" clearly sorts before "Zundel". Got it. Updated in v3 patch. York