From: Andrea Gelmini Date: Sat, 27 Feb 2010 16:51:23 +0000 (+0000) Subject: arch/sh/lib/libgcc.h: Checkpatch cleanup X-Git-Url: https://git.karo-electronics.de/?a=commitdiff_plain;h=5499b45190237ca90dd2ac86395cf464fe1f4cc7;p=linux-beck.git 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 Signed-off-by: Paul Mundt --- diff --git a/arch/sh/lib/libgcc.h b/arch/sh/lib/libgcc.h index 3f19d1c5d942..05909d58e2fe 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;