diff --git a/qla_isp/linux/isp_scst.c b/qla_isp/linux/isp_scst.c index 12b4a038c..fdf58bda1 100644 --- a/qla_isp/linux/isp_scst.c +++ b/qla_isp/linux/isp_scst.c @@ -1346,7 +1346,7 @@ int isp_get_initiator_port_transport_id(struct scst_session *scst_sess, tr_id_size = 24; tr_id = kzalloc(tr_id_size, GFP_KERNEL); if (tr_id == NULL) { - PRINT_ERROR("Allocation of TrandportID (size %d) failed", + PRINT_ERROR("Allocation of TransportID (size %d) failed", tr_id_size); res = -ENOMEM; goto out;