The patch titled uml: more idiomatic parameter parsing has been removed from the -mm tree. Its filename was uml-more-idiomatic-parameter-parsing.patch This patch was dropped because it was merged into mainline or a subsystem tree ------------------------------------------------------ Subject: uml: more idiomatic parameter parsing From: Jeff Dike <jdike@xxxxxxxxxxx> Make mconsole parameter parsing slightly more idiomatic. Signed-off-by: Jeff Dike <jdike@xxxxxxxxxxxxxxx> Signed-off-by: Andrew Morton <akpm@xxxxxxxxxxxxxxxxxxxx> --- arch/um/drivers/mconsole_kern.c | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff -puN arch/um/drivers/mconsole_kern.c~uml-more-idiomatic-parameter-parsing arch/um/drivers/mconsole_kern.c --- a/arch/um/drivers/mconsole_kern.c~uml-more-idiomatic-parameter-parsing +++ a/arch/um/drivers/mconsole_kern.c @@ -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" _ Patches currently in -mm which might be from jdike@xxxxxxxxxxx are origin.patch git-kvm.patch uml-header_ops-conversion-needed-for-non-ethernet-drivers.patch bitops-introduce-lock-ops.patch - To unsubscribe from this list: send the line "unsubscribe mm-commits" in the body of a message to majordomo@xxxxxxxxxxxxxxx More majordomo info at http://vger.kernel.org/majordomo-info.html