summaryrefslogtreecommitdiffstats
path: root/arch/mips/dec
diff options
context:
space:
mode:
authorAndrea Gelmini <andrea.gelmini@gelma.net>2010-05-23 21:52:04 +0200
committerRalf Baechle <ralf@linux-mips.org>2010-08-05 13:25:41 +0100
commitcb5dcea176a87d47a7c2e8d8ac5ecf6a667140a1 (patch)
treed2f8a637c6dde76fa61878917785aa0824864dcd /arch/mips/dec
parentd3bbfbc29d5010d4288f089370682a7b882fa559 (diff)
downloadlinux-cb5dcea176a87d47a7c2e8d8ac5ecf6a667140a1.tar.gz
linux-cb5dcea176a87d47a7c2e8d8ac5ecf6a667140a1.tar.xz
MIPS: DECstation: Checkpatch cleanup
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>
Diffstat (limited to 'arch/mips/dec')
-rw-r--r--arch/mips/dec/promcon.c3
1 files changed, 1 insertions, 2 deletions
diff --git a/arch/mips/dec/promcon.c b/arch/mips/dec/promcon.c
index 9f0972f5a702..c239c25b79ff 100644
--- 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,