diff options
author | Andrea Gelmini <andrea.gelmini@gelma.net> | 2010-02-27 16:51:23 +0000 |
---|---|---|
committer | Paul Mundt <lethal@linux-sh.org> | 2010-03-01 11:57:29 +0900 |
commit | 5499b45190237ca90dd2ac86395cf464fe1f4cc7 (patch) | |
tree | 53f8efb4cef617cdcee7bb0546a74872e7b2e758 /arch/sh/lib | |
parent | 30ff056c42c665b9ea535d8515890857ae382540 (diff) | |
download | op-kernel-dev-5499b45190237ca90dd2ac86395cf464fe1f4cc7.zip op-kernel-dev-5499b45190237ca90dd2ac86395cf464fe1f4cc7.tar.gz |
arch/sh/lib/libgcc.h: Checkpatch cleanup
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>
Diffstat (limited to 'arch/sh/lib')
-rw-r--r-- | arch/sh/lib/libgcc.h | 3 |
1 files changed, 1 insertions, 2 deletions
diff --git a/arch/sh/lib/libgcc.h b/arch/sh/lib/libgcc.h index 3f19d1c..05909d58 100644 --- a/arch/sh/lib/libgcc.h +++ b/arch/sh/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; |