arch/sh/lib/libgcc.h: Checkpatch cleanup

Previous message: [thread] [date] [author]
Next message: [thread] [date] [author]
From: Linux Kernel Mailing List
Date: Sunday, March 7, 2010 - 5:59 pm

Gitweb:     http://git.kernel.org/linus/5499b45190237ca90dd2ac86395cf464fe1f4cc7
Commit:     5499b45190237ca90dd2ac86395cf464fe1f4cc7
Parent:     30ff056c42c665b9ea535d8515890857ae382540
Author:     Andrea Gelmini <andrea.gelmini@gelma.net>
AuthorDate: Sat Feb 27 16:51:23 2010 +0000
Committer:  Paul Mundt <lethal@linux-sh.org>
CommitDate: Mon Mar 1 11:57:29 2010 +0900

    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>
---
 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..05909d5 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;
--
To unsubscribe from this list: send the line "unsubscribe git-commits-head" in
the body of a message to majordomo@vger.kernel.org
More majordomo info at  http://vger.kernel.org/majordomo-info.html
Previous message: [thread] [date] [author]
Next message: [thread] [date] [author]

Messages in current thread:
arch/sh/lib/libgcc.h: Checkpatch cleanup, Linux Kernel Mailing ..., (Sun Mar 7, 5:59 pm)