mirror of
https://github.com/edk2-porting/linux-next.git
synced 2024-12-23 12:43:55 +08:00
IB/mlx4: Whitespace fix
Remove extra dumb-looking blank line that snuck in somehow. Signed-off-by: Roland Dreier <rolandd@cisco.com>
This commit is contained in:
parent
05d989f948
commit
e0f5d99e8d
@ -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));
|
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->dqpn = cpu_to_be32(wr->wr.ud.remote_qpn);
|
||||||
dseg->qkey = cpu_to_be32(wr->wr.ud.remote_qkey);
|
dseg->qkey = cpu_to_be32(wr->wr.ud.remote_qkey);
|
||||||
|
|
||||||
}
|
}
|
||||||
|
|
||||||
static void set_data_seg(struct mlx4_wqe_data_seg *dseg,
|
static void set_data_seg(struct mlx4_wqe_data_seg *dseg,
|
||||||
|
Loading…
Reference in New Issue
Block a user