The patch titled Add missing space in module.c for taintskernel has been removed from the -mm tree. Its filename was add-missing-space-in-modulec-for-taintskernel.patch This patch was dropped because it was merged into mainline or a subsystem tree ------------------------------------------------------ Subject: Add missing space in module.c for taintskernel From: Jan Dittmer <jdi@xxxxxxx> Obvious fix. Signed-off-by: Jan Dittmer <jdi@xxxxxxx> Acked-by: Florin Malita <fmalita@xxxxxxxxx> Signed-off-by: Adrian Bunk <bunk@xxxxxxxxx> Signed-off-by: Andrew Morton <akpm@xxxxxxxx> --- kernel/module.c | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff -puN kernel/module.c~add-missing-space-in-modulec-for-taintskernel kernel/module.c --- a/kernel/module.c~add-missing-space-in-modulec-for-taintskernel +++ a/kernel/module.c @@ -1342,7 +1342,7 @@ static void set_license(struct module *m if (!license_is_gpl_compatible(license)) { if (!(tainted & TAINT_PROPRIETARY_MODULE)) - printk(KERN_WARNING "%s: module license '%s' taints" + printk(KERN_WARNING "%s: module license '%s' taints " "kernel.\n", mod->name, license); add_taint_module(mod, TAINT_PROPRIETARY_MODULE); } _ Patches currently in -mm which might be from jdi@xxxxxxx are origin.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