Skip to content

Commit

Permalink
arch/sh/lib/libgcc.h: Checkpatch cleanup
Browse files Browse the repository at this point in the history
arch/sh/lib/libgcc.h:21: ERROR: open brace '{' following union go on the same line

Signed-off-by: Andrea Gelmini <andrea.gelmini@gelma.net>
Signed-off-by: Paul Mundt <lethal@linux-sh.org>
  • Loading branch information
Andrea Gelmini authored and Paul Mundt committed Mar 1, 2010
1 parent 30ff056 commit 5499b45
Showing 1 changed file with 1 addition and 2 deletions.
3 changes: 1 addition & 2 deletions arch/sh/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 5499b45

Please sign in to comment.