2006-10-13 18:10:54

by Jan Dittmer

[permalink] [raw]
Subject: Add missing space in module.c for taintskernel

Obvious fix, against rc1-git10

Signed-off-by: Jan Dittmer <[email protected]>

--- linux-2.6-amd64/kernel/module.c~ 2006-10-13 17:41:32.000000000 +0200
+++ linux-2.6-amd64/kernel/module.c 2006-10-13 17:41:40.000000000 +0200
@@ -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);
}


----- End forwarded message -----


2006-10-14 16:10:57

by Florin Malita

[permalink] [raw]
Subject: Re: Add missing space in module.c for taintskernel

Jan Dittmer wrote:
> Obvious fix, against rc1-git10
>
> Signed-off-by: Jan Dittmer <[email protected]>
>

My patch killed that space, thanks for catching it.

Acked-by: Florin Malita <[email protected]>


> --- linux-2.6-amd64/kernel/module.c~ 2006-10-13 17:41:32.000000000 +0200
> +++ linux-2.6-amd64/kernel/module.c 2006-10-13 17:41:40.000000000 +0200
> @@ -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);
> }
>