david/ipxe
david
/
ipxe
Archived
1
0
Fork 0

[Infiniband] Fix typo in debug statement

This commit is contained in:
Michael Brown 2008-02-23 10:36:52 +00:00
parent 563955ce37
commit ea5ad4be91
1 changed files with 1 additions and 1 deletions

View File

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