Commit b44c779ae0dedf3a6503c253954e570361b33f2b

Authored by Andrea Gelmini
Committed by Ralf Baechle
1 parent f1df323924

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>

Showing 1 changed file with 1 additions and 2 deletions Side-by-side Diff

arch/mips/lib/libgcc.h
... ... @@ -17,8 +17,7 @@
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;