mirror of
https://github.com/edk2-porting/linux-next.git
synced 2024-12-19 10:44:14 +08:00
[PATCH] uml: console whitespace and comment tidying
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>
This commit is contained in:
parent
f28169d200
commit
894be2a485
@ -30,8 +30,6 @@
|
|||||||
|
|
||||||
#define MAX_TTYS (16)
|
#define MAX_TTYS (16)
|
||||||
|
|
||||||
/* ----------------------------------------------------------------------------- */
|
|
||||||
|
|
||||||
/* Referenced only by tty_driver below - presumably it's locked correctly
|
/* Referenced only by tty_driver below - presumably it's locked correctly
|
||||||
* by the tty driver.
|
* by the tty driver.
|
||||||
*/
|
*/
|
||||||
|
@ -20,7 +20,7 @@ struct mc_device {
|
|||||||
char *name;
|
char *name;
|
||||||
int (*config)(char *, char **);
|
int (*config)(char *, char **);
|
||||||
int (*get_config)(char *, char *, int, char **);
|
int (*get_config)(char *, char *, int, char **);
|
||||||
int (*id)(char **, int *, int *);
|
int (*id)(char **, int *, int *);
|
||||||
int (*remove)(int, char **);
|
int (*remove)(int, char **);
|
||||||
};
|
};
|
||||||
|
|
||||||
|
Loading…
Reference in New Issue
Block a user