Commit 2282f658 authored by Christof Schmitt's avatar Christof Schmitt Committed by James Bottomley

[SCSI] zfcp: correct indentation for nested if-else

correct indentation for nested if-else
Signed-off-by: default avatarChristof Schmitt <christof.schmitt@de.ibm.com>
Signed-off-by: default avatarSwen Schillig <swen@vnet.ibm.com>
Signed-off-by: default avatarJames Bottomley <James.Bottomley@SteelEye.com>
parent bbfbbbc1
...@@ -3586,17 +3586,17 @@ zfcp_fsf_send_fcp_command_task(struct zfcp_adapter *adapter, ...@@ -3586,17 +3586,17 @@ zfcp_fsf_send_fcp_command_task(struct zfcp_adapter *adapter,
ZFCP_LOG_DEBUG( ZFCP_LOG_DEBUG(
"Data did not fit into available buffer(s), " "Data did not fit into available buffer(s), "
"waiting for more...\n"); "waiting for more...\n");
retval = -EIO; retval = -EIO;
} else { } else {
ZFCP_LOG_NORMAL("error: No truncation implemented but " ZFCP_LOG_NORMAL("error: No truncation implemented but "
"required. Shutting down unit " "required. Shutting down unit "
"(adapter %s, port 0x%016Lx, " "(adapter %s, port 0x%016Lx, "
"unit 0x%016Lx)\n", "unit 0x%016Lx)\n",
zfcp_get_busid_by_unit(unit), zfcp_get_busid_by_unit(unit),
unit->port->wwpn, unit->port->wwpn,
unit->fcp_lun); unit->fcp_lun);
zfcp_erp_unit_shutdown(unit, 0); zfcp_erp_unit_shutdown(unit, 0);
retval = -EINVAL; retval = -EINVAL;
} }
goto no_fit; goto no_fit;
} }
......
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