From: Florin Malita <fmalita@gmail.com>
To: Jan Dittmer <jdi@l4x.org>
Cc: linux-kernel@vger.kernel.org, akpm@osdl.org, trivial@rustcorp.com.au
Subject: Re: Add missing space in module.c for taintskernel
Date: Sat, 14 Oct 2006 12:11:45 -0400 [thread overview]
Message-ID: <45310C41.2030404@gmail.com> (raw)
In-Reply-To: <20061013181049.GB17614@ppp0.net>
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);
> }
>
prev parent reply other threads:[~2006-10-14 16:10 UTC|newest]
Thread overview: 2+ messages / expand[flat|nested] mbox.gz Atom feed top
2006-10-13 18:10 Add missing space in module.c for taintskernel Jan Dittmer
2006-10-14 16:11 ` Florin Malita [this message]
Reply instructions:
You may reply publicly to this message via plain-text email
using any one of the following methods:
* Save the following mbox file, import it into your mail client,
and reply-to-all from there: mbox
Avoid top-posting and favor interleaved quoting:
https://en.wikipedia.org/wiki/Posting_style#Interleaved_style
* Reply using the --to, --cc, and --in-reply-to
switches of git-send-email(1):
git send-email \
--in-reply-to=45310C41.2030404@gmail.com \
--to=fmalita@gmail.com \
--cc=akpm@osdl.org \
--cc=jdi@l4x.org \
--cc=linux-kernel@vger.kernel.org \
--cc=trivial@rustcorp.com.au \
/path/to/YOUR_REPLY
https://kernel.org/pub/software/scm/git/docs/git-send-email.html
* If your mail client supports setting the In-Reply-To header
via mailto: links, try the mailto: link
Be sure your reply has a Subject: header at the top and a blank line
before the message body.
This is an external index of several public inboxes,
see mirroring instructions on how to clone and mirror
all data and code used by this external index.