projects
/
linux-2.6-microblaze.git
/ commitdiff
commit
grep
author
committer
pickaxe
?
search:
re
summary
|
shortlog
|
log
|
commit
| commitdiff |
tree
raw
|
patch
| inline |
side by side
(parent:
d3bbfbc
)
MIPS: DECstation: Checkpatch cleanup
author
Andrea Gelmini
<andrea.gelmini@gelma.net>
Sun, 23 May 2010 19:52:04 +0000
(21:52 +0200)
committer
Ralf Baechle
<ralf@linux-mips.org>
Thu, 5 Aug 2010 12:25:41 +0000
(13:25 +0100)
arch/mips/dec/promcon.c:37: ERROR: that open brace { should be on the previous line
Signed-off-by: Andrea Gelmini <andrea.gelmini@gelma.net>
Cc: linux-mips@linux-mips.org
Patchwork: https://patchwork.linux-mips.org/patch/1270/
Signed-off-by: Ralf Baechle <ralf@linux-mips.org>
arch/mips/dec/promcon.c
patch
|
blob
|
history
diff --git
a/arch/mips/dec/promcon.c
b/arch/mips/dec/promcon.c
index
9f0972f
..
c239c25
100644
(file)
--- a/
arch/mips/dec/promcon.c
+++ b/
arch/mips/dec/promcon.c
@@
-33,8
+33,7
@@
static int __init prom_console_setup(struct console *co, char *options)
return 0;
}
-static struct console sercons =
-{
+static struct console sercons = {
.name = "ttyS",
.write = prom_console_write,
.setup = prom_console_setup,