From mboxrd@z Thu Jan 1 00:00:00 1970 From: sergei.shtylyov@cogentembedded.com (Sergei Shtylyov) Date: Tue, 26 Nov 2013 13:33:30 +0400 Subject: [PATCH RFC v2 07/17] ARM: shmobile: r8a7779: Sort headers alphabetically In-Reply-To: <1385451139-29686-8-git-send-email-horms+renesas@verge.net.au> References: <1385451139-29686-1-git-send-email-horms+renesas@verge.net.au> <1385451139-29686-8-git-send-email-horms+renesas@verge.net.au> Message-ID: <52946AEA.2010500@cogentembedded.com> To: linux-arm-kernel@lists.infradead.org List-Id: linux-arm-kernel.lists.infradead.org Hello. On 26-11-2013 11:32, Simon Horman wrote: > Signed-off-by: Simon Horman > --- > arch/arm/mach-shmobile/board-marzen.c | 28 ++++++++++++++-------------- > 1 file changed, 14 insertions(+), 14 deletions(-) > diff --git a/arch/arm/mach-shmobile/board-marzen.c b/arch/arm/mach-shmobile/board-marzen.c > index 4f9e3ec..e202c64 100644 > --- a/arch/arm/mach-shmobile/board-marzen.c > +++ b/arch/arm/mach-shmobile/board-marzen.c > @@ -19,35 +19,35 @@ > * Foundation, Inc., 51 Franklin St, Fifth Floor, Boston, MA 02110-1301 USA > */ > > -#include > +#include > +#include > +#include > +#include > +#include > #include > #include > -#include > -#include > -#include > #include > +#include > +#include > #include > -#include > +#include > +#include > +#include > #include > #include > #include > #include > #include > +#include > #include > #include > #include > -#include > #include > -#include > -#include > -#include > -#include > -#include > +#include > #include > #include > -#include > -#include > -#include > +#include > +#include I thought it was a good idea to keep the #include's in the order of the most generic to most machine specific ones: first, then , then , only with empty lines between groups (which weren't used here) with each group kept sorted... WBR, Sergei