From 888bd5150e9de0e85ea2416115982ffad141abfe Mon Sep 17 00:00:00 2001 From: Vladislav Bolkhovitin Date: Mon, 31 May 2010 18:04:16 +0000 Subject: [PATCH] Minor typo fixed git-svn-id: http://svn.code.sf.net/p/scst/svn/trunk@1728 d57e44dd-8a1f-0410-8b47-8ef2f437770f --- iscsi-scst/kernel/iscsi.c | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) 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;