vserver 2.0 rc7
[linux-2.6.git] / arch / um / drivers / stderr_console.c
index 98565b5..429ae8e 100644 (file)
@@ -22,9 +22,9 @@ static void stderr_console_write(struct console *console, const char *string,
 }
 
 static struct console stderr_console = {
-       .name           "stderr",
-       .write          stderr_console_write,
-       .flags          CON_PRINTBUFFER,
+       .name           "stderr",
+       .write          stderr_console_write,
+       .flags          CON_PRINTBUFFER,
 };
 
 static int __init stderr_console_init(void)