IB/mlx4: Whitespace fix
authorRoland Dreier <rolandd@cisco.com>
Sun, 29 Jul 2007 03:52:44 +0000 (20:52 -0700)
committerRoland Dreier <rolandd@cisco.com>
Sun, 29 Jul 2007 03:52:44 +0000 (20:52 -0700)
Remove extra dumb-looking blank line that snuck in somehow.

Signed-off-by: Roland Dreier <rolandd@cisco.com>
drivers/infiniband/hw/mlx4/qp.c

index f6315df..ba0428d 100644 (file)
@@ -1209,7 +1209,6 @@ static void set_datagram_seg(struct mlx4_wqe_datagram_seg *dseg,
        memcpy(dseg->av, &to_mah(wr->wr.ud.ah)->av, sizeof (struct mlx4_av));
        dseg->dqpn = cpu_to_be32(wr->wr.ud.remote_qpn);
        dseg->qkey = cpu_to_be32(wr->wr.ud.remote_qkey);
-
 }
 
 static void set_data_seg(struct mlx4_wqe_data_seg *dseg,