Donate to e Foundation | Murena handsets with /e/OS | Own a part of Murena! Learn more

Commit 66aa5745 authored by Ilpo Järvinen's avatar Ilpo Järvinen Committed by James Bottomley
Browse files

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



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

Signed-off-by: default avatarIlpo Järvinen <ilpo.jarvinen@helsinki.fi>
Acked-by: default avatarGuennadi Liakhovetski <g.liakhovetski@gmx.de>
Signed-off-by: default avatarJames Bottomley <James.Bottomley@HansenPartnership.com>
parent 8d6dda7f
Loading
Loading
Loading
Loading
+2 −1
Original line number Original line Diff line number Diff line
@@ -2572,9 +2572,10 @@ static struct pci_driver dc390_driver = {


static int __init dc390_module_init(void)
static int __init dc390_module_init(void)
{
{
	if (!disable_clustering)
	if (!disable_clustering) {
		printk(KERN_INFO "DC390: clustering now enabled by default. If you get problems load\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");
		printk(KERN_INFO "       with \"disable_clustering=1\" and report to maintainers\n");
	}


	if (tmscsim[0] == -1 || tmscsim[0] > 15) {
	if (tmscsim[0] == -1 || tmscsim[0] > 15) {
		tmscsim[0] = 7;
		tmscsim[0] = 7;