From: Jan Dittmer <jdi@l4x.org>
To: linux-kernel@vger.kernel.org
Subject: Add missing space in module.c for taintskernel
Date: Fri, 13 Oct 2006 20:10:49 +0200 [thread overview]
Message-ID: <20061013181049.GB17614@ppp0.net> (raw)
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 -----
next reply other threads:[~2006-10-13 18:10 UTC|newest]
Thread overview: 2+ messages / expand[flat|nested] mbox.gz Atom feed top
2006-10-13 18:10 Jan Dittmer [this message]
2006-10-14 16:11 ` Florin Malita
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=20061013181049.GB17614@ppp0.net \
--to=jdi@l4x.org \
--cc=linux-kernel@vger.kernel.org \
/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 a public inbox, see mirroring instructions
for how to clone and mirror all data and code used for this inbox
all inboxes | Powered by JetHome®