Re: [PATCH] Fixup KERN_INFO in tmscsim.c

Previous message: [thread] [date] [author]
Next message: [thread] [date] [author]
From: Guennadi Liakhovetski
Date: Friday, August 15, 2008 - 1:17 pm

On Fri, 15 Aug 2008, Nick Warne wrote:


Wow, are you sure you need the tmscsim driver on your new amd64 system?:-)


The message priority is indeed missing in the second line, but it has 
nothing to do with the "^I" in your log. I do not know why your syslogd / 
klogd converts a TAB to "^I". But if it is a problem, I think, the correct 
fix would be something like

-		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");

Or maybe just remove that printk altogether - it has been there for almost 
2 years now, and I haven't heard a single complaint, but on the other 
hand, maybe you are the first, who at least loaded this driver since 2 
years:-)

Ok, taking into account that this driver is hardly used, I would keep this 
warning in case someone does get a problem.

So, please, redo as above, create with "-p1" format, fix your Sob line


which has to be

Signed-off-by: Nick Warne <nick@ukfsn.org>

and send the patch inline,

Thanks
Guennadi
---
Guennadi Liakhovetski
--
Previous message: [thread] [date] [author]
Next message: [thread] [date] [author]

Messages in current thread:
[PATCH] Fixup KERN_INFO in tmscsim.c, Nick Warne, (Fri Aug 15, 4:10 am)
Re: [PATCH] Fixup KERN_INFO in tmscsim.c, Guennadi Liakhovetski, (Fri Aug 15, 1:17 pm)
Re: [PATCH] Fixup KERN_INFO in tmscsim.c, Nick Warne, (Sat Aug 16, 1:06 am)