qla2x00t-32gbit: Improve coding style conformance

git-svn-id: http://svn.code.sf.net/p/scst/svn/trunk@8401 d57e44dd-8a1f-0410-8b47-8ef2f437770f
This commit is contained in:
Bart Van Assche
2019-05-31 01:44:41 +00:00
parent 4af058edd4
commit 01e4a661ff

View File

@@ -493,7 +493,7 @@ static int sqa_qla2xxx_handle_cmd(scsi_qla_host_t *vha,
/* we're being call by wq, so do direct */
scst_cmd_init_done(cmd->scst_cmd, SCST_CONTEXT_DIRECT);
out:
out:
TRACE_EXIT_RES(res);
return res;
}
@@ -669,7 +669,7 @@ static int sqa_qla2xxx_handle_tmr(struct qla_tgt_mgmt_cmd *mcmd, u64 lun,
res = -EFAULT;
}
done:
done:
TRACE_EXIT_RES(res);
return res;
}