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

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.comSigned-off-by: default avatarColin Ian King <colin.king@canonical.com>
Signed-off-by: default avatarMartin K. Petersen <martin.petersen@oracle.com>
parent 655a68b2
...@@ -10750,7 +10750,6 @@ _mpt3sas_fw_work(struct MPT3SAS_ADAPTER *ioc, struct fw_event_work *fw_event) ...@@ -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); _scsih_pcie_topology_change_event(ioc, fw_event);
ioc->current_event = NULL; ioc->current_event = NULL;
return; return;
break;
} }
out: out:
fw_event_work_put(fw_event); fw_event_work_put(fw_event);
......
Markdown is supported
0%
or
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment