Commit 04c260bd authored by Colin Ian King's avatar Colin Ian King Committed by Martin K. Petersen
Browse files

scsi: mpt3sas: Clean up some inconsistent indenting

There are a couple of statements where the indentation is not correct,
clean these up. Remove a redundant break statement.

Link: https://lore.kernel.org/r/20210902224215.57286-1-colin.king@canonical.com


Signed-off-by: default avatarColin Ian King <colin.king@canonical.com>
Signed-off-by: default avatarMartin K. Petersen <martin.petersen@oracle.com>
parent 655a68b2
Loading
Loading
Loading
Loading
+1 −2
Original line number Diff line number Diff line
@@ -10750,7 +10750,6 @@ _mpt3sas_fw_work(struct MPT3SAS_ADAPTER *ioc, struct fw_event_work *fw_event)
		_scsih_pcie_topology_change_event(ioc, fw_event);
		ioc->current_event = NULL;
		return;
	break;
	}
out:
	fw_event_work_put(fw_event);
+1 −1

File changed.

Contains only whitespace changes.