提交 894be2a4 编写于 作者: J Jeff Dike 提交者: Linus Torvalds

[PATCH] uml: console whitespace and comment tidying

Some comment and whitespace cleanups in the console and mconsole code.
Signed-off-by: NJeff Dike <jdike@addtoit.com>
Cc: Paolo 'Blaisorblade' Giarrusso <blaisorblade@yahoo.it>
Signed-off-by: NAndrew Morton <akpm@linux-foundation.org>
Signed-off-by: NLinus Torvalds <torvalds@linux-foundation.org>
上级 f28169d2
......@@ -30,8 +30,6 @@
#define MAX_TTYS (16)
/* ----------------------------------------------------------------------------- */
/* Referenced only by tty_driver below - presumably it's locked correctly
* by the tty driver.
*/
......
......@@ -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 **);
};
......
Markdown is supported
0% .
You are about to add 0 people to the discussion. Proceed with caution.
先完成此消息的编辑!
想要评论请 注册