Skip to content

Commit

Permalink
[PATCH] uml: console whitespace and comment tidying
Browse files Browse the repository at this point in the history
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>
  • Loading branch information
Jeff Dike authored and Linus Torvalds committed Feb 11, 2007
1 parent f28169d commit 894be2a
Show file tree
Hide file tree
Showing 2 changed files with 1 addition and 3 deletions.
2 changes: 0 additions & 2 deletions arch/um/drivers/stdio_console.c
Original file line number Diff line number Diff line change
Expand Up @@ -30,8 +30,6 @@

#define MAX_TTYS (16)

/* ----------------------------------------------------------------------------- */

/* Referenced only by tty_driver below - presumably it's locked correctly
* by the tty driver.
*/
Expand Down
2 changes: 1 addition & 1 deletion arch/um/include/mconsole_kern.h
Original file line number Diff line number Diff line change
Expand Up @@ -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 **);
};

Expand Down

0 comments on commit 894be2a

Please sign in to comment.