Skip to content

Commit

Permalink
MIPS: DECstation: Checkpatch cleanup
Browse files Browse the repository at this point in the history
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>
  • Loading branch information
Andrea Gelmini authored and Ralf Baechle committed Aug 5, 2010
1 parent d3bbfbc commit cb5dcea
Showing 1 changed file with 1 addition and 2 deletions.
3 changes: 1 addition & 2 deletions arch/mips/dec/promcon.c
Original file line number Diff line number Diff line change
Expand Up @@ -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,
Expand Down

0 comments on commit cb5dcea

Please sign in to comment.