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); } }