]> git.openfabrics.org - ~shefty/libmlx4.git/commitdiff
Trivial whitespace change to line up '='s
authorRoland Dreier <rolandd@cisco.com>
Wed, 11 Apr 2007 06:14:25 +0000 (23:14 -0700)
committerRoland Dreier <rolandd@cisco.com>
Wed, 11 Apr 2007 06:14:25 +0000 (23:14 -0700)
Signed-off-by: Roland Dreier <rolandd@cisco.com>
src/qp.c

index 36a18f0e3b995746482b3e95d2548eec2b7b780c..07e1875c7d310c6f98c244a2b2001358daee0cc2 100644 (file)
--- a/src/qp.c
+++ b/src/qp.c
@@ -269,8 +269,8 @@ int mlx4_post_recv(struct ibv_qp *ibqp, struct ibv_recv_wr *wr,
 
                if (i < qp->rq.max_gs) {
                        scat[i].byte_count = 0;
-                       scat[i].lkey = htonl(MLX4_INVALID_LKEY);
-                       scat[i].addr = 0;
+                       scat[i].lkey       = htonl(MLX4_INVALID_LKEY);
+                       scat[i].addr       = 0;
                }
 
                qp->rq.wrid[ind] = wr->wr_id;