From mboxrd@z Thu Jan 1 00:00:00 1970 From: Thomas Petazzoni Subject: Re: [PATCH 01/16] ARM: mvebu: Sort the headers of pmsu.c in alphabetic order Date: Mon, 30 Jun 2014 14:16:30 +0200 Message-ID: <20140630141630.684479f6@free-electrons.com> References: <1403875377-940-1-git-send-email-gregory.clement@free-electrons.com> <1403875377-940-2-git-send-email-gregory.clement@free-electrons.com> Mime-Version: 1.0 Content-Type: text/plain; charset=US-ASCII Content-Transfer-Encoding: 7bit Return-path: Received: from top.free-electrons.com ([176.31.233.9]:53918 "EHLO mail.free-electrons.com" rhost-flags-OK-OK-OK-FAIL) by vger.kernel.org with ESMTP id S1752192AbaF3MQx (ORCPT ); Mon, 30 Jun 2014 08:16:53 -0400 In-Reply-To: <1403875377-940-2-git-send-email-gregory.clement@free-electrons.com> Sender: linux-pm-owner@vger.kernel.org List-Id: linux-pm@vger.kernel.org To: Gregory CLEMENT Cc: Daniel Lezcano , "Rafael J. Wysocki" , linux-pm@vger.kernel.org, Jason Cooper , Andrew Lunn , Sebastian Hesselbarth , Lior Amsalem , Tawfik Bayouk , Nadav Haklai , Ezequiel Garcia , linux-arm-kernel@lists.infradead.org Gregory, On Fri, 27 Jun 2014 15:22:42 +0200, Gregory CLEMENT wrote: > Sorting the headers in alphabetic order will help to reduce the > conflict when adding new headers later. > > Signed-off-by: Gregory CLEMENT > --- > arch/arm/mach-mvebu/pmsu.c | 6 +++--- > 1 file changed, 3 insertions(+), 3 deletions(-) > > diff --git a/arch/arm/mach-mvebu/pmsu.c b/arch/arm/mach-mvebu/pmsu.c > index a1d407c0febe..5584d35b8e88 100644 > --- a/arch/arm/mach-mvebu/pmsu.c > +++ b/arch/arm/mach-mvebu/pmsu.c > @@ -19,13 +19,13 @@ > #define pr_fmt(fmt) "mvebu-pmsu: " fmt > > #include > -#include > #include > -#include > +#include > #include So, with your patch applied, if I'm correct, we will have: #include #include #include It seems like we're not yet alphabetically sorted here :) Best regards, Thomas -- Thomas Petazzoni, CTO, Free Electrons Embedded Linux, Kernel and Android engineering http://free-electrons.com From mboxrd@z Thu Jan 1 00:00:00 1970 From: thomas.petazzoni@free-electrons.com (Thomas Petazzoni) Date: Mon, 30 Jun 2014 14:16:30 +0200 Subject: [PATCH 01/16] ARM: mvebu: Sort the headers of pmsu.c in alphabetic order In-Reply-To: <1403875377-940-2-git-send-email-gregory.clement@free-electrons.com> References: <1403875377-940-1-git-send-email-gregory.clement@free-electrons.com> <1403875377-940-2-git-send-email-gregory.clement@free-electrons.com> Message-ID: <20140630141630.684479f6@free-electrons.com> To: linux-arm-kernel@lists.infradead.org List-Id: linux-arm-kernel.lists.infradead.org Gregory, On Fri, 27 Jun 2014 15:22:42 +0200, Gregory CLEMENT wrote: > Sorting the headers in alphabetic order will help to reduce the > conflict when adding new headers later. > > Signed-off-by: Gregory CLEMENT > --- > arch/arm/mach-mvebu/pmsu.c | 6 +++--- > 1 file changed, 3 insertions(+), 3 deletions(-) > > diff --git a/arch/arm/mach-mvebu/pmsu.c b/arch/arm/mach-mvebu/pmsu.c > index a1d407c0febe..5584d35b8e88 100644 > --- a/arch/arm/mach-mvebu/pmsu.c > +++ b/arch/arm/mach-mvebu/pmsu.c > @@ -19,13 +19,13 @@ > #define pr_fmt(fmt) "mvebu-pmsu: " fmt > > #include > -#include > #include > -#include > +#include > #include So, with your patch applied, if I'm correct, we will have: #include #include #include It seems like we're not yet alphabetically sorted here :) Best regards, Thomas -- Thomas Petazzoni, CTO, Free Electrons Embedded Linux, Kernel and Android engineering http://free-electrons.com