diff options
author | Roland Dreier <rolandd@cisco.com> | 2006-03-24 18:47:29 -0500 |
---|---|---|
committer | Roland Dreier <rolandd@cisco.com> | 2006-03-24 18:47:29 -0500 |
commit | b0b3a8e1939d18c9bd4caca0b4b859b118a4167e (patch) | |
tree | c0fdd86f8b69c6b50983fc641bf4f232379b5253 | |
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>
-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 361c6ce3a9ff..a09873d2ef5e 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, | |||
2000 | wmb(); | 2000 | wmb(); |
2001 | ((struct mthca_next_seg *) prev_wqe)->ee_nds = | 2001 | ((struct mthca_next_seg *) prev_wqe)->ee_nds = |
2002 | cpu_to_be32(MTHCA_NEXT_DBD | size | | 2002 | cpu_to_be32(MTHCA_NEXT_DBD | size | |
2003 | ((wr->send_flags & IB_SEND_FENCE) ? | 2003 | ((wr->send_flags & IB_SEND_FENCE) ? |
2004 | MTHCA_NEXT_FENCE : 0)); | 2004 | MTHCA_NEXT_FENCE : 0)); |
2005 | 2005 | ||
2006 | if (!size0) { | 2006 | if (!size0) { |
2007 | size0 = size; | 2007 | size0 = size; |