Linux kernel mirror (for testing) git.kernel.org/pub/scm/linux/kernel/git/torvalds/linux.git
kernel os linux

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>

authored by

Andrea Gelmini and committed by
Ralf Baechle
b44c779a f1df3239

+1 -2
+1 -2
arch/mips/lib/libgcc.h
··· 17 17 #error I feel sick. 18 18 #endif 19 19 20 - typedef union 21 - { 20 + typedef union { 22 21 struct DWstruct s; 23 22 long long ll; 24 23 } DWunion;