From: Jan Dittmer Date: Sat, 28 Oct 2006 17:38:38 +0000 (-0700) Subject: [PATCH] Add missing space in module.c for taintskernel X-Git-Tag: v3.12-rc1~32144^2~7^2~36 X-Git-Url: http://review.tizen.org/git/?a=commitdiff_plain;h=1d4d262769cd1894a0306b9c57e72f005cd9e75a;p=kernel%2Fkernel-generic.git [PATCH] Add missing space in module.c for taintskernel Obvious fix. Signed-off-by: Jan Dittmer Acked-by: Florin Malita Signed-off-by: Adrian Bunk Signed-off-by: Andrew Morton Signed-off-by: Linus Torvalds --- diff --git a/kernel/module.c b/kernel/module.c index 67009bd..5072a94 100644 --- a/kernel/module.c +++ b/kernel/module.c @@ -1342,7 +1342,7 @@ static void set_license(struct module *mod, const char *license) 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); }