[PATCH] uml: console whitespace and comment tidying
authorJeff Dike <jdike@addtoit.com>
Sat, 10 Feb 2007 09:43:54 +0000 (01:43 -0800)
committerLinus Torvalds <torvalds@woody.linux-foundation.org>
Sun, 11 Feb 2007 18:51:21 +0000 (10:51 -0800)
Some comment and whitespace cleanups in the console and mconsole code.

Signed-off-by: Jeff Dike <jdike@addtoit.com>
Cc: Paolo 'Blaisorblade' Giarrusso <blaisorblade@yahoo.it>
Signed-off-by: Andrew Morton <akpm@linux-foundation.org>
Signed-off-by: Linus Torvalds <torvalds@linux-foundation.org>
arch/um/drivers/stdio_console.c
arch/um/include/mconsole_kern.h

index 3cbfe3a8860787a8df66ff41f7d9103b5530081e..0b1bca4980496aee6720a003c8650626d0fced96 100644 (file)
@@ -30,8 +30,6 @@
 
 #define MAX_TTYS (16)
 
-/* ----------------------------------------------------------------------------- */
-
 /* Referenced only by tty_driver below - presumably it's locked correctly
  * by the tty driver.
  */
index 73030e52b2cefa198ff6e127ed7c1e9115c89ebc..d2fe07e78958cb521c4aa3e439581da596b85efe 100644 (file)
@@ -20,7 +20,7 @@ struct mc_device {
        char *name;
        int (*config)(char *, char **);
        int (*get_config)(char *, char *, int, char **);
-        int (*id)(char **, int *, int *);
+       int (*id)(char **, int *, int *);
        int (*remove)(int, char **);
 };