mirror of
https://mirrors.bfsu.edu.cn/git/linux.git
synced 2025-01-19 12:24:34 +08:00
IB/mthca: Fix indentation
Fix some whitespace damage (indenting with spaces) that snuck in. Signed-off-by: Roland Dreier <rolandd@cisco.com>
This commit is contained in:
parent
b3f64967fa
commit
b0b3a8e193
@ -2000,8 +2000,8 @@ int mthca_arbel_post_send(struct ib_qp *ibqp, struct ib_send_wr *wr,
|
|||||||
wmb();
|
wmb();
|
||||||
((struct mthca_next_seg *) prev_wqe)->ee_nds =
|
((struct mthca_next_seg *) prev_wqe)->ee_nds =
|
||||||
cpu_to_be32(MTHCA_NEXT_DBD | size |
|
cpu_to_be32(MTHCA_NEXT_DBD | size |
|
||||||
((wr->send_flags & IB_SEND_FENCE) ?
|
((wr->send_flags & IB_SEND_FENCE) ?
|
||||||
MTHCA_NEXT_FENCE : 0));
|
MTHCA_NEXT_FENCE : 0));
|
||||||
|
|
||||||
if (!size0) {
|
if (!size0) {
|
||||||
size0 = size;
|
size0 = size;
|
||||||
|
Loading…
Reference in New Issue
Block a user