aboutsummaryrefslogtreecommitdiffstats
diff options
context:
space:
mode:
-rw-r--r--arch/um/drivers/mconsole_kern.c4
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
883static int mconsole_setup(char *str) 883static 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"