Commit 557cc476c04146ee610f4bc77bfe20ce1c823d7c

Authored by Nick Warne
Committed by James Bottomley
1 parent 3fd7f93883

[SCSI] tmscsim: Fixup KERN_INFO in printk

Multiline kernel messages should contain a priority in every line,
besides, some log daemons represent a tabulator as "^I", fix both these
issues.

Signed-off-by: Nick Warne <nick@ukfsn.org>
Signed-off-by: Guennadi Liakhovetski <g.liakhovetski@gmx.de>
Signed-off-by: James Bottomley <James.Bottomley@HansenPartnership.com>

Showing 1 changed file with 2 additions and 2 deletions Side-by-side Diff

drivers/scsi/tmscsim.c
... ... @@ -2573,8 +2573,8 @@
2573 2573 static int __init dc390_module_init(void)
2574 2574 {
2575 2575 if (!disable_clustering)
2576   - printk(KERN_INFO "DC390: clustering now enabled by default. If you get problems load\n"
2577   - "\twith \"disable_clustering=1\" and report to maintainers\n");
  2576 + printk(KERN_INFO "DC390: clustering now enabled by default. If you get problems load\n");
  2577 + printk(KERN_INFO " with \"disable_clustering=1\" and report to maintainers\n");
2578 2578  
2579 2579 if (tmscsim[0] == -1 || tmscsim[0] > 15) {
2580 2580 tmscsim[0] = 7;