Linux kernel mirror (for testing) git.kernel.org/pub/scm/linux/kernel/git/torvalds/linux.git
kernel os linux

[SCSI] tmscsim: fix indentation and braces disagreement - add braces

Lucky winner is 557cc476c04 ([SCSI] tmscsim: Fixup
KERN_INFO in printk).

Signed-off-by: Ilpo Järvinen <ilpo.jarvinen@helsinki.fi>
Acked-by: Guennadi Liakhovetski <g.liakhovetski@gmx.de>
Signed-off-by: James Bottomley <James.Bottomley@HansenPartnership.com>

authored by

Ilpo Järvinen and committed by
James Bottomley
66aa5745 8d6dda7f

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