From b7f49e8afcc38625c266819a9b26c73aac66dbb4 Mon Sep 17 00:00:00 2001 From: Bart Van Assche Date: Wed, 14 Oct 2015 22:19:12 +0000 Subject: [PATCH] ib_srpt: Fix a diagnostic message git-svn-id: http://svn.code.sf.net/p/scst/svn/trunk@6542 d57e44dd-8a1f-0410-8b47-8ef2f437770f --- srpt/src/ib_srpt.c | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/srpt/src/ib_srpt.c b/srpt/src/ib_srpt.c index 383dcafce..4cb6be11d 100644 --- a/srpt/src/ib_srpt.c +++ b/srpt/src/ib_srpt.c @@ -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); } }