mirror of https://github.com/ipxe/ipxe.git
[Infiniband] Fix typo in debug statement
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