From: Andrea Gelmini Date: Sat, 27 Feb 2010 16:51:23 +0000 (+0100) Subject: MIPS: libgcc.h: Checkpatch cleanup X-Git-Tag: v2.6.34-rc4~6^2~16 X-Git-Url: https://openfabrics.org/gitweb/?a=commitdiff_plain;h=b44c779ae0dedf3a6503c253954e570361b33f2b;p=~shefty%2Frdma-dev.git 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 To: linux-kernel@vger.kernel.org Cc: Paul Mundt 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 --- diff --git a/arch/mips/lib/libgcc.h b/arch/mips/lib/libgcc.h index 3f19d1c5d94..05909d58e2f 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;