Commit 66aa5745f6fe328f0166f91b523df864b17fb8f1
Committed by
James Bottomley
1 parent
8d6dda7f0c
Exists in
master
and in
39 other branches
[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>
Showing 1 changed file with 2 additions and 1 deletions Side-by-side Diff
drivers/scsi/tmscsim.c
... | ... | @@ -2572,9 +2572,10 @@ |
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; |