Skip to content

Commit

Permalink
MIPS: libgcc.h: Checkpatch cleanup
Browse files Browse the repository at this point in the history
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>
  • Loading branch information
Andrea Gelmini authored and Ralf Baechle committed Apr 12, 2010
1 parent f1df323 commit b44c779
Showing 1 changed file with 1 addition and 2 deletions.
3 changes: 1 addition & 2 deletions arch/mips/lib/libgcc.h
Original file line number Diff line number Diff line change
Expand Up @@ -17,8 +17,7 @@ struct DWstruct {
#error I feel sick.
#endif

typedef union
{
typedef union {
struct DWstruct s;
long long ll;
} DWunion;
Expand Down

0 comments on commit b44c779

Please sign in to comment.