Donate to e Foundation | Murena handsets with /e/OS | Own a part of Murena! Learn more

Commit 088bec41 authored by Jeff Dike's avatar Jeff Dike Committed by Linus Torvalds
Browse files

uml: more idiomatic parameter parsing



Make mconsole parameter parsing slightly more idiomatic.

Signed-off-by: default avatarJeff Dike <jdike@linux.intel.com>
Signed-off-by: default avatarAndrew Morton <akpm@linux-foundation.org>
Signed-off-by: default avatarLinus Torvalds <torvalds@linux-foundation.org>
parent 92128504
Loading
Loading
Loading
Loading
+2 −2
Original line number Diff line number Diff line
@@ -878,7 +878,7 @@ void unlock_notify(void)

__initcall(create_proc_mconsole);

#define NOTIFY "=notify:"
#define NOTIFY "notify:"

static int mconsole_setup(char *str)
{
@@ -890,7 +890,7 @@ static int mconsole_setup(char *str)
	return 1;
}

__setup("mconsole", mconsole_setup);
__setup("mconsole=", mconsole_setup);

__uml_help(mconsole_setup,
"mconsole=notify:<socket>\n"