summaryrefslogtreecommitdiffstats
path: root/drivers/staging/rdma/hfi1/user_sdma.c
diff options
context:
space:
mode:
authorJubin John2016-02-15 05:19:24 +0100
committerDoug Ledford2016-03-11 02:45:33 +0100
commit8638b77f13d2b11a4e356916526d6303e1002fe9 (patch)
tree88e38de740dde8fe5dd30cac1b9f8bf5981794cb /drivers/staging/rdma/hfi1/user_sdma.c
parentstaging/rdma/hfi1: add cq head and tail information to qpstats (diff)
downloadkernel-qcow2-linux-8638b77f13d2b11a4e356916526d6303e1002fe9.tar.gz
kernel-qcow2-linux-8638b77f13d2b11a4e356916526d6303e1002fe9.tar.xz
kernel-qcow2-linux-8638b77f13d2b11a4e356916526d6303e1002fe9.zip
staging/rdma/hfi1: Add spaces around binary operators
Add spaces around binary operators. Fixes checkpatch check: CHECK: spaces preferred around that 'x' where x is a binary operator Reviewed-by: Dennis Dalessandro <dennis.dalessandro@intel.com> Reviewed-by: Ira Weiny <ira.weiny@intel.com> Reviewed-by: Mike Marciniszyn <mike.marciniszyn@intel.com> Signed-off-by: Jubin John <jubin.john@intel.com> Signed-off-by: Doug Ledford <dledford@redhat.com>
Diffstat (limited to 'drivers/staging/rdma/hfi1/user_sdma.c')
-rw-r--r--drivers/staging/rdma/hfi1/user_sdma.c2
1 files changed, 1 insertions, 1 deletions
diff --git a/drivers/staging/rdma/hfi1/user_sdma.c b/drivers/staging/rdma/hfi1/user_sdma.c
index dfa9ef209793..9fe18b082fa9 100644
--- a/drivers/staging/rdma/hfi1/user_sdma.c
+++ b/drivers/staging/rdma/hfi1/user_sdma.c
@@ -1204,7 +1204,7 @@ static int set_txreq_header(struct user_sdma_request *req,
/* Set ACK request on last packet */
if (unlikely(tx->flags & TXREQ_FLAGS_REQ_LAST_PKT))
- hdr->bth[2] |= cpu_to_be32(1UL<<31);
+ hdr->bth[2] |= cpu_to_be32(1UL << 31);
/* Set the new offset */
hdr->kdeth.swdata[6] = cpu_to_le32(req->koffset);