diff --git a/[refs] b/[refs] index 7d28f8cdc418..82d3f3b7b603 100644 --- a/[refs] +++ b/[refs] @@ -1,2 +1,2 @@ --- -refs/heads/master: 08d892f11aae7125fe078cf93ec5cf6af288c5e7 +refs/heads/master: 1d4d262769cd1894a0306b9c57e72f005cd9e75a diff --git a/trunk/kernel/module.c b/trunk/kernel/module.c index 67009bd56c52..5072a943fe35 100644 --- a/trunk/kernel/module.c +++ b/trunk/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); }