mirror of
https://github.com/xcat2/xNBA.git
synced 2024-11-29 04:39:42 +00:00
[Infiniband] Fix typo in debug statement
This commit is contained in:
parent
563955ce37
commit
ea5ad4be91
@ -144,7 +144,7 @@ struct ib_queue_pair * ib_create_qp ( struct ib_device *ibdev,
|
||||
ibdev, qp->qpn, num_send_wqes, qp->send.iobufs,
|
||||
qp->recv.iobufs );
|
||||
DBGC ( ibdev, "IBDEV %p QPN %#lx has %d receive entries at [%p,%p)\n",
|
||||
ibdev, qp->qpn, num_send_wqes, qp->recv.iobufs,
|
||||
ibdev, qp->qpn, num_recv_wqes, qp->recv.iobufs,
|
||||
( ( ( void * ) qp ) + total_size ) );
|
||||
return qp;
|
||||
}
|
||||
|
Loading…
Reference in New Issue
Block a user