mirror of
https://github.com/AuxXxilium/linux_dsm_epyc7002.git
synced 2024-11-26 04:20:54 +07:00
[SCSI] zfcp: correct indentation for nested if-else
correct indentation for nested if-else Signed-off-by: Christof Schmitt <christof.schmitt@de.ibm.com> Signed-off-by: Swen Schillig <swen@vnet.ibm.com> Signed-off-by: James Bottomley <James.Bottomley@SteelEye.com>
This commit is contained in:
parent
bbfbbbc118
commit
2282f65891
@ -3586,17 +3586,17 @@ zfcp_fsf_send_fcp_command_task(struct zfcp_adapter *adapter,
|
||||
ZFCP_LOG_DEBUG(
|
||||
"Data did not fit into available buffer(s), "
|
||||
"waiting for more...\n");
|
||||
retval = -EIO;
|
||||
} else {
|
||||
ZFCP_LOG_NORMAL("error: No truncation implemented but "
|
||||
"required. Shutting down unit "
|
||||
"(adapter %s, port 0x%016Lx, "
|
||||
"unit 0x%016Lx)\n",
|
||||
zfcp_get_busid_by_unit(unit),
|
||||
unit->port->wwpn,
|
||||
unit->fcp_lun);
|
||||
zfcp_erp_unit_shutdown(unit, 0);
|
||||
retval = -EINVAL;
|
||||
retval = -EIO;
|
||||
} else {
|
||||
ZFCP_LOG_NORMAL("error: No truncation implemented but "
|
||||
"required. Shutting down unit "
|
||||
"(adapter %s, port 0x%016Lx, "
|
||||
"unit 0x%016Lx)\n",
|
||||
zfcp_get_busid_by_unit(unit),
|
||||
unit->port->wwpn,
|
||||
unit->fcp_lun);
|
||||
zfcp_erp_unit_shutdown(unit, 0);
|
||||
retval = -EINVAL;
|
||||
}
|
||||
goto no_fit;
|
||||
}
|
||||
|
Loading…
Reference in New Issue
Block a user