diff --git a/iscsi-scst/kernel/iscsi.c b/iscsi-scst/kernel/iscsi.c index 7e0262750..a6b96f4d4 100644 --- a/iscsi-scst/kernel/iscsi.c +++ b/iscsi-scst/kernel/iscsi.c @@ -3524,7 +3524,7 @@ int iscsi_get_initiator_port_transport_id(struct scst_session *scst_sess, 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;