From: Jeff Dike Some comment and whitespace cleanups in the console and mconsole code. Signed-off-by: Jeff Dike Cc: Paolo 'Blaisorblade' Giarrusso Signed-off-by: Andrew Morton --- arch/um/drivers/stdio_console.c | 2 -- arch/um/include/mconsole_kern.h | 2 +- 2 files changed, 1 insertion(+), 3 deletions(-) diff -puN arch/um/drivers/stdio_console.c~uml-console-whitespace-and-comment-tidying arch/um/drivers/stdio_console.c --- a/arch/um/drivers/stdio_console.c~uml-console-whitespace-and-comment-tidying +++ a/arch/um/drivers/stdio_console.c @@ -30,8 +30,6 @@ #define MAX_TTYS (16) -/* ----------------------------------------------------------------------------- */ - /* Referenced only by tty_driver below - presumably it's locked correctly * by the tty driver. */ diff -puN arch/um/include/mconsole_kern.h~uml-console-whitespace-and-comment-tidying arch/um/include/mconsole_kern.h --- a/arch/um/include/mconsole_kern.h~uml-console-whitespace-and-comment-tidying +++ a/arch/um/include/mconsole_kern.h @@ -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 **); }; _