MIPS: DECstation: Checkpatch cleanup
[sfrench/cifs-2.6.git] / arch / mips / dec / promcon.c
index 9f0972f5a7023f8ff416cb44700d1c5872026650..c239c25b79ff90bcfb1bb3f43648570d81d10138 100644 (file)
@@ -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,