Skip to content
Snippets Groups Projects
Commit cb5dcea1 authored by Andrea Gelmini's avatar Andrea Gelmini Committed by Ralf Baechle
Browse files

MIPS: DECstation: Checkpatch cleanup


arch/mips/dec/promcon.c:37: ERROR: that open brace { should be on the previous line

Signed-off-by: default avatarAndrea Gelmini <andrea.gelmini@gelma.net>
Cc: linux-mips@linux-mips.org
Patchwork: https://patchwork.linux-mips.org/patch/1270/


Signed-off-by: default avatarRalf Baechle <ralf@linux-mips.org>
parent d3bbfbc2
No related branches found
No related tags found
No related merge requests found
......@@ -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,
......
0% Loading or .
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment