The patch titled Add missing space in module.c for taintskernel has been added to the -mm tree. Its filename is add-missing-space-in-modulec-for-taintskernel.patch See http://www.zip.com.au/~akpm/linux/patches/stuff/added-to-mm.txt to find out what to do about this ------------------------------------------------------ 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 files 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 add-missing-space-in-modulec-for-taintskernel.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