ib_srpt: Fix a diagnostic message

git-svn-id: http://svn.code.sf.net/p/scst/svn/trunk@6542 d57e44dd-8a1f-0410-8b47-8ef2f437770f
This commit is contained in:
Bart Van Assche
2015-10-14 22:19:12 +00:00
parent cd346f8c64
commit b7f49e8afc
+1 -1
View File
@@ -1524,7 +1524,7 @@ static void srpt_handle_rdma_comp(struct srpt_rdma_ch *ch,
} else if (opcode == SRPT_RDMA_ABORT) {
ioctx->rdma_aborted = true;
} else {
WARN(true, "cmd == NULL (opcode %d)\n", opcode);
WARN(true, "Unexpected RDMA opcode %d\n", opcode);
}
}