MIPS: libgcc.h: Checkpatch cleanup

Previous message: [thread] [date] [author]
Next message: [thread] [date] [author]
From: Linux Kernel Mailing List
Date: Monday, April 12, 2010 - 7:59 pm

Gitweb:     http://git.kernel.org/linus/b44c779ae0dedf3a6503c253954e570361b33f2b
Commit:     b44c779ae0dedf3a6503c253954e570361b33f2b
Parent:     f1df323924e2fde14cbcd51209a8cbfc33e0c232
Author:     Andrea Gelmini <andrea.gelmini@gelma.net>
AuthorDate: Sat Feb 27 17:51:23 2010 +0100
Committer:  Ralf Baechle <ralf@linux-mips.org>
CommitDate: Mon Apr 12 17:26:15 2010 +0100

    MIPS: libgcc.h: Checkpatch cleanup
    
    arch/mips/lib/libgcc.h:21: ERROR: open brace '{' following union go on the same line
    
    Signed-off-by: Andrea Gelmini <andrea.gelmini@gelma.net>
    To: linux-kernel@vger.kernel.org
    Cc: Paul Mundt <lethal@linux-sh.org>
    Cc: linux-mips@linux-mips.org
    Cc: linux-sh@vger.kernel.org
    Patchwork: http://patchwork.linux-mips.org/patch/1007/
    Signed-off-by: Ralf Baechle <ralf@linux-mips.org>
---
 arch/mips/lib/libgcc.h |    3 +--
 1 files changed, 1 insertions(+), 2 deletions(-)

diff --git a/arch/mips/lib/libgcc.h b/arch/mips/lib/libgcc.h
index 3f19d1c..05909d5 100644
--- a/arch/mips/lib/libgcc.h
+++ b/arch/mips/lib/libgcc.h
@@ -17,8 +17,7 @@ struct DWstruct {
 #error I feel sick.
 #endif
 
-typedef union
-{
+typedef union {
 	struct DWstruct s;
 	long long ll;
 } DWunion;
--
To unsubscribe from this list: send the line "unsubscribe git-commits-head" in
the body of a message to majordomo@vger.kernel.org
More majordomo info at  http://vger.kernel.org/majordomo-info.html
Previous message: [thread] [date] [author]
Next message: [thread] [date] [author]

Messages in current thread:
MIPS: libgcc.h: Checkpatch cleanup, Linux Kernel Mailing ..., (Mon Apr 12, 7:59 pm)