uml: more idiomatic parameter parsing

Make mconsole parameter parsing slightly more idiomatic.

Signed-off-by: Jeff Dike <jdike@linux.intel.com>
Signed-off-by: Andrew Morton <akpm@linux-foundation.org>
Signed-off-by: Linus Torvalds <torvalds@linux-foundation.org>
This commit is contained in:
Jeff Dike
2007-10-16 01:27:20 -07:00
committed by Linus Torvalds
parent 92128504f9
commit 088bec4141

View File

@@ -878,7 +878,7 @@ void unlock_notify(void)
__initcall(create_proc_mconsole); __initcall(create_proc_mconsole);
#define NOTIFY "=notify:" #define NOTIFY "notify:"
static int mconsole_setup(char *str) static int mconsole_setup(char *str)
{ {
@@ -890,7 +890,7 @@ static int mconsole_setup(char *str)
return 1; return 1;
} }
__setup("mconsole", mconsole_setup); __setup("mconsole=", mconsole_setup);
__uml_help(mconsole_setup, __uml_help(mconsole_setup,
"mconsole=notify:<socket>\n" "mconsole=notify:<socket>\n"