projects
/
firefly-linux-kernel-4.4.55.git
/ commitdiff
commit
grep
author
committer
pickaxe
?
search:
re
summary
|
shortlog
|
log
|
commit
| commitdiff |
tree
raw
|
patch
| inline |
side by side
(parent:
30ff056
)
arch/sh/lib/libgcc.h: Checkpatch cleanup
author
Andrea Gelmini
<andrea.gelmini@gelma.net>
Sat, 27 Feb 2010 16:51:23 +0000
(16:51 +0000)
committer
Paul Mundt
<lethal@linux-sh.org>
Mon, 1 Mar 2010 02:57:29 +0000
(11:57 +0900)
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>
arch/sh/lib/libgcc.h
patch
|
blob
|
history
diff --git
a/arch/sh/lib/libgcc.h
b/arch/sh/lib/libgcc.h
index 3f19d1c5d942207525766dae07f95139bb35dc59..05909d58e2fe1c278e3f30a3d196e1c214724194 100644
(file)
--- 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;