From: Nick Warne <nick@ukfsn.org>
To: Guennadi Liakhovetski <g.liakhovetski@gmx.de>
Cc: linux-kernel@vger.kernel.org, linux-scsi@vger.kernel.org
Subject: Re: [PATCH] Fixup KERN_INFO in tmscsim.c
Date: Sat, 16 Aug 2008 09:06:54 +0100 [thread overview]
Message-ID: <20080816090654.4a5188e2@sauron.linicks.net> (raw)
In-Reply-To: <Pine.LNX.4.64.0808152202440.7852@axis700.grange>
On Fri, 15 Aug 2008 22:17:57 +0200 (CEST)
Guennadi Liakhovetski <g.liakhovetski@gmx.de> wrote:
> On Fri, 15 Aug 2008, Nick Warne wrote:
> Wow, are you sure you need the tmscsim driver on your new amd64
> system?:-)
I don't know :-) A new distro (Slackware 12.1) has almost everything
set as modules, so I am currently building new kernel removing them as I
go - just the first couple of log scans revealed this...
> I do not know why your
> syslogd / klogd converts a TAB to "^I".
Mystery to me too...
> So, please, redo as above, create with "-p1" format, fix your Sob line
Thanks.
Nick
New patch attached.
Signed off by: Nick Warne nick@ukfsn.org
--- linux-2.6.26.y/drivers/scsi/tmscsim.cORIG 2008-08-15 10:30:47.000000000 +0100
+++ linux-2.6.26.y/drivers/scsi/tmscsim.c 2008-08-16 08:45:43.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;
--
Free Software Foundation Associate Member 5508
next prev parent reply other threads:[~2008-08-16 8:06 UTC|newest]
Thread overview: 5+ messages / expand[flat|nested] mbox.gz Atom feed top
2008-08-15 11:10 [PATCH] Fixup KERN_INFO in tmscsim.c Nick Warne
2008-08-15 20:17 ` Guennadi Liakhovetski
2008-08-16 8:06 ` Nick Warne [this message]
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=20080816090654.4a5188e2@sauron.linicks.net \
--to=nick@ukfsn.org \
--cc=g.liakhovetski@gmx.de \
--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