The patch titled
uml: console whitespace and comment tidying
has been removed from the -mm tree. Its filename was
uml-console-whitespace-and-comment-tidying.patch
This patch was dropped because it was merged into mainline or a subsystem tree
------------------------------------------------------
Subject: uml: console whitespace and comment tidying
From: Jeff Dike <[EMAIL PROTECTED]>
Some comment and whitespace cleanups in the console and mconsole code.
Signed-off-by: Jeff Dike <[EMAIL PROTECTED]>
Cc: Paolo 'Blaisorblade' Giarrusso <[EMAIL PROTECTED]>
Signed-off-by: Andrew Morton <[EMAIL PROTECTED]>
---
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 **);
};
_
Patches currently in -mm which might be from [EMAIL PROTECTED] are
origin.patch
uml-fix-prototypes.patch
dynamic-kernel-command-line-common.patch
dynamic-kernel-command-line-um.patch
-
To unsubscribe from this list: send the line "unsubscribe mm-commits" in
the body of a message to [EMAIL PROTECTED]
More majordomo info at http://vger.kernel.org/majordomo-info.html