diff options
-rw-r--r-- | arch/um/drivers/mconsole_kern.c | 4 |
1 files changed, 2 insertions, 2 deletions
diff --git a/arch/um/drivers/mconsole_kern.c b/arch/um/drivers/mconsole_kern.c index 642bee2eeaf5..0f3c7d14a6e3 100644 --- a/arch/um/drivers/mconsole_kern.c +++ b/arch/um/drivers/mconsole_kern.c | |||
@@ -878,7 +878,7 @@ void unlock_notify(void) | |||
878 | 878 | ||
879 | __initcall(create_proc_mconsole); | 879 | __initcall(create_proc_mconsole); |
880 | 880 | ||
881 | #define NOTIFY "=notify:" | 881 | #define NOTIFY "notify:" |
882 | 882 | ||
883 | static int mconsole_setup(char *str) | 883 | static int mconsole_setup(char *str) |
884 | { | 884 | { |
@@ -890,7 +890,7 @@ static int mconsole_setup(char *str) | |||
890 | return 1; | 890 | return 1; |
891 | } | 891 | } |
892 | 892 | ||
893 | __setup("mconsole", mconsole_setup); | 893 | __setup("mconsole=", mconsole_setup); |
894 | 894 | ||
895 | __uml_help(mconsole_setup, | 895 | __uml_help(mconsole_setup, |
896 | "mconsole=notify:<socket>\n" | 896 | "mconsole=notify:<socket>\n" |