qla2x00t: Fix source code indentation (merge r6197 from trunk)

git-svn-id: http://svn.code.sf.net/p/scst/svn/branches/3.0.x@6297 d57e44dd-8a1f-0410-8b47-8ef2f437770f
This commit is contained in:
Bart Van Assche
2015-06-11 17:33:58 +00:00
parent 17bfbace12
commit 07564b6f7c

View File

@@ -3972,10 +3972,9 @@ void qla2x00_relogin(struct scsi_qla_host *vha)
if (fcport->flags &
FCF_FCP2_DEVICE)
opts |= BIT_1;
status2 =
qla2x00_get_port_database(
vha, fcport,
opts);
status2 =
qla2x00_get_port_database(
vha, fcport, opts);
if (status2 != QLA_SUCCESS)
status = 1;
}