ib_srpt: Update an error message

git-svn-id: http://svn.code.sf.net/p/scst/svn/trunk@4222 d57e44dd-8a1f-0410-8b47-8ef2f437770f
This commit is contained in:
Bart Van Assche
2012-04-24 08:01:34 +00:00
parent 84cbe52cf4
commit 707535b683
+1 -1
View File
@@ -2391,7 +2391,7 @@ static int srpt_cm_req_recv(struct ib_cm_id *cm_id,
rej->reason = cpu_to_be32(
SRP_LOGIN_REJ_INSUFFICIENT_RESOURCES);
PRINT_ERROR("rejected SRP_LOGIN_REQ because the target %s (%s)"
" has not yet been enabled",
" is not enabled",
sdev->scst_tgt->tgt_name, sdev->device->name);
goto reject;
}