* Add missing space in module.c for taintskernel
@ 2006-10-13 18:10 Jan Dittmer
2006-10-14 16:11 ` Florin Malita
0 siblings, 1 reply; 2+ messages in thread
From: Jan Dittmer @ 2006-10-13 18:10 UTC (permalink / raw)
To: linux-kernel
Obvious fix, against rc1-git10
Signed-off-by: Jan Dittmer <jdi@l4x.org>
--- 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 -----
^ permalink raw reply [flat|nested] 2+ messages in thread
* Re: Add missing space in module.c for taintskernel
2006-10-13 18:10 Add missing space in module.c for taintskernel Jan Dittmer
@ 2006-10-14 16:11 ` Florin Malita
0 siblings, 0 replies; 2+ messages in thread
From: Florin Malita @ 2006-10-14 16:11 UTC (permalink / raw)
To: Jan Dittmer; +Cc: linux-kernel, akpm, trivial
Jan Dittmer wrote:
> Obvious fix, against rc1-git10
>
> Signed-off-by: Jan Dittmer <jdi@l4x.org>
>
My patch killed that space, thanks for catching it.
Acked-by: Florin Malita <fmalita@gmail.com>
> --- 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);
> }
>
^ permalink raw reply [flat|nested] 2+ messages in thread
end of thread, other threads:[~2006-10-14 16:10 UTC | newest]
Thread overview: 2+ messages (download: mbox.gz follow: Atom feed
-- links below jump to the message on this page --
2006-10-13 18:10 Add missing space in module.c for taintskernel Jan Dittmer
2006-10-14 16:11 ` Florin Malita
This is a public inbox, see mirroring instructions
for how to clone and mirror all data and code used for this inbox