diff options
author | Roland Dreier <rolandd@cisco.com> | 2006-03-24 15:47:29 -0800 |
---|---|---|
committer | Roland Dreier <rolandd@cisco.com> | 2006-03-24 15:47:29 -0800 |
commit | b0b3a8e1939d18c9bd4caca0b4b859b118a4167e (patch) | |
tree | c0fdd86f8b69c6b50983fc641bf4f232379b5253 /drivers/infiniband/hw/mthca/mthca_qp.c | |
parent | b3f64967fafad2d3487cdba18bc5166aec33a823 (diff) |
IB/mthca: Fix indentation
Fix some whitespace damage (indenting with spaces) that snuck in.
Signed-off-by: Roland Dreier <rolandd@cisco.com>
Diffstat (limited to 'drivers/infiniband/hw/mthca/mthca_qp.c')
-rw-r--r-- | drivers/infiniband/hw/mthca/mthca_qp.c | 4 |
1 files changed, 2 insertions, 2 deletions
diff --git a/drivers/infiniband/hw/mthca/mthca_qp.c b/drivers/infiniband/hw/mthca/mthca_qp.c index 361c6ce3a9f..a09873d2ef5 100644 --- a/drivers/infiniband/hw/mthca/mthca_qp.c +++ b/drivers/infiniband/hw/mthca/mthca_qp.c @@ -2000,8 +2000,8 @@ int mthca_arbel_post_send(struct ib_qp *ibqp, struct ib_send_wr *wr, wmb(); ((struct mthca_next_seg *) prev_wqe)->ee_nds = cpu_to_be32(MTHCA_NEXT_DBD | size | - ((wr->send_flags & IB_SEND_FENCE) ? - MTHCA_NEXT_FENCE : 0)); + ((wr->send_flags & IB_SEND_FENCE) ? + MTHCA_NEXT_FENCE : 0)); if (!size0) { size0 = size; |