From: Nick Warne <nick@ukfsn.org>
To: linux-kernel@vger.kernel.org
Cc: linux-scsi@vger.kernel.org
Subject: [PATCH] Fixup KERN_INFO in tmscsim.c
Date: Fri, 15 Aug 2008 12:10:45 +0100 [thread overview]
Message-ID: <20080815121045.48ca37e4@sauron.linicks.net> (raw)
[-- Attachment #1: Type: text/plain, Size: 537 bytes --]
Hi all,
Setting up my new AMD64 I noticed a curious one liner in syslogs:
^Iwith "disable_clustering=1" and report to maintainers
The attached patch fixes this up so he goes back to his wife
in /var/log/messages (or wherever KERN_INFO logs on the system):
DC390: clustering now enabled by default. If you get problems load
with "disable_clustering=1" and report to maintainers
The patch was created on stable 2.6.26.2 git tree.
Nick
Signed off by: "Nick Warne" <nick@ukfsn.org>
--
Free Software Foundation Associate Member 5508
[-- Attachment #2: tmscsim_warn.patch --]
[-- Type: text/x-patch, Size: 631 bytes --]
--- drivers/scsi/tmscsim.cORIG 2008-08-15 10:30:47.000000000 +0100
+++ drivers/scsi/tmscsim.c 2008-08-15 11:45:01.000000000 +0100
@@ -2573,8 +2573,8 @@
static int __init dc390_module_init(void)
{
if (!disable_clustering)
- printk(KERN_INFO "DC390: clustering now enabled by default. If you get problems load\n"
- "\twith \"disable_clustering=1\" and report to maintainers\n");
+ printk(KERN_INFO "DC390: clustering now enabled by default. If you get problems load\n");
+ printk(KERN_INFO "with \"disable_clustering=1\" and report to maintainers\n");
if (tmscsim[0] == -1 || tmscsim[0] > 15) {
tmscsim[0] = 7;
next reply other threads:[~2008-08-15 11:10 UTC|newest]
Thread overview: 5+ messages / expand[flat|nested] mbox.gz Atom feed top
2008-08-15 11:10 Nick Warne [this message]
2008-08-15 20:17 ` [PATCH] Fixup KERN_INFO in tmscsim.c Guennadi Liakhovetski
2008-08-16 8:06 ` Nick Warne
2008-08-16 22:00 ` Guennadi Liakhovetski
2008-08-17 8:43 ` Nick Warne
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=20080815121045.48ca37e4@sauron.linicks.net \
--to=nick@ukfsn.org \
--cc=linux-kernel@vger.kernel.org \
--cc=linux-scsi@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