diff options
author | Andrea Gelmini <andrea.gelmini@gelma.net> | 2010-05-23 21:52:04 +0200 |
---|---|---|
committer | Ralf Baechle <ralf@linux-mips.org> | 2010-08-05 13:25:41 +0100 |
commit | cb5dcea176a87d47a7c2e8d8ac5ecf6a667140a1 (patch) | |
tree | d2f8a637c6dde76fa61878917785aa0824864dcd /arch | |
parent | d3bbfbc29d5010d4288f089370682a7b882fa559 (diff) | |
download | op-kernel-dev-cb5dcea176a87d47a7c2e8d8ac5ecf6a667140a1.zip op-kernel-dev-cb5dcea176a87d47a7c2e8d8ac5ecf6a667140a1.tar.gz |
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')
-rw-r--r-- | arch/mips/dec/promcon.c | 3 |
1 files changed, 1 insertions, 2 deletions
diff --git a/arch/mips/dec/promcon.c b/arch/mips/dec/promcon.c index 9f0972f..c239c25b 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, |