diff options
author | Andrea Gelmini <andrea.gelmini@gelma.net> | 2010-02-27 17:51:23 +0100 |
---|---|---|
committer | Ralf Baechle <ralf@linux-mips.org> | 2010-04-12 17:26:15 +0100 |
commit | b44c779ae0dedf3a6503c253954e570361b33f2b (patch) | |
tree | 9c9b5e3df1e932deecb4fd23557bb56a13fbbf70 /arch/mips/lib | |
parent | f1df323924e2fde14cbcd51209a8cbfc33e0c232 (diff) | |
download | kernel_samsung_smdk4412-b44c779ae0dedf3a6503c253954e570361b33f2b.zip kernel_samsung_smdk4412-b44c779ae0dedf3a6503c253954e570361b33f2b.tar.gz kernel_samsung_smdk4412-b44c779ae0dedf3a6503c253954e570361b33f2b.tar.bz2 |
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>
Diffstat (limited to 'arch/mips/lib')
-rw-r--r-- | 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; |