projects
/
GitHub
/
LineageOS
/
android_kernel_motorola_exynos9610.git
/ commitdiff
commit
grep
author
committer
pickaxe
?
search:
re
summary
|
shortlog
|
log
|
commit
| commitdiff |
tree
raw
|
patch
| inline |
side by side
(parent:
b3f6496
)
IB/mthca: Fix indentation
author
Roland Dreier
<rolandd@cisco.com>
Fri, 24 Mar 2006 23:47:29 +0000
(15:47 -0800)
committer
Roland Dreier
<rolandd@cisco.com>
Fri, 24 Mar 2006 23:47:29 +0000
(15:47 -0800)
Fix some whitespace damage (indenting with spaces) that snuck in.
Signed-off-by: Roland Dreier <rolandd@cisco.com>
drivers/infiniband/hw/mthca/mthca_qp.c
patch
|
blob
|
blame
|
history
diff --git
a/drivers/infiniband/hw/mthca/mthca_qp.c
b/drivers/infiniband/hw/mthca/mthca_qp.c
index 361c6ce3a9ff6e56534c55bf641d8fac02e3a127..a09873d2ef5e96d141ca54211e20afd3ba33fe52 100644
(file)
--- 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;