http://git.etherboot.org
/
gpxe.git
/ commitdiff
commit
grep
author
committer
pickaxe
?
search:
re
summary
|
shortlog
|
log
|
commit
| commitdiff |
tree
raw
|
patch
| inline |
side by side
(parent:
563955c
)
[Infiniband] Fix typo in debug statement
author
Michael Brown
<mcb30@etherboot.org>
Sat, 23 Feb 2008 10:36:52 +0000
(10:36 +0000)
committer
Michael Brown
<mcb30@etherboot.org>
Sat, 23 Feb 2008 10:48:18 +0000
(10:48 +0000)
src/net/infiniband.c
patch
|
blob
|
history
diff --git
a/src/net/infiniband.c
b/src/net/infiniband.c
index
89f7d51
..
dd4a522
100644
(file)
--- a/
src/net/infiniband.c
+++ b/
src/net/infiniband.c
@@
-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;
}