[openib-general] [PATCH] libmthca: qp.c trailing space
Michael S. Tsirkin
mst at mellanox.co.il
Sun May 15 01:26:54 PDT 2005
Remove a trailing space.
Signed-off-by: Michael S. Tsirkin <mst at mellanox.co.il>
Index: src/userspace/libmthca/src/qp.c
===================================================================
--- src/userspace/libmthca/src/qp.c (revision 2350)
+++ src/userspace/libmthca/src/qp.c (working copy)
@@ -834,7 +834,7 @@ void mthca_return_cap(struct ibv_pd *pd,
cap->max_recv_wr = qp->rq.max;
cap->max_send_sge = qp->sq.max_gs;
cap->max_recv_sge = qp->rq.max_gs;
-}
+}
struct mthca_qp *mthca_find_qp(struct mthca_context *ctx, uint32_t qpn)
{
--
MST - Michael S. Tsirkin
More information about the general
mailing list