summaryrefslogtreecommitdiffstats
path: root/drivers/infiniband
diff options
context:
space:
mode:
authorIra Weiny <ira.weiny@intel.com>2016-07-28 12:27:25 -0400
committerDoug Ledford <dledford@redhat.com>2016-08-02 22:46:21 -0400
commit72720ddfc6d2256d62c4d8a644cf2ac54a27af90 (patch)
tree034b6ff3adf457049ec402e3a8236af34e72d4e4 /drivers/infiniband
parentfc0b76c0168dc7577792c371c16bad200009a62d (diff)
downloadlinux-stable-72720ddfc6d2256d62c4d8a644cf2ac54a27af90.tar.gz
linux-stable-72720ddfc6d2256d62c4d8a644cf2ac54a27af90.tar.bz2
linux-stable-72720ddfc6d2256d62c4d8a644cf2ac54a27af90.zip
IB/hfi1: Fix minor format error
Brackets should be on the next line of a function Reviewed-by: Dean Luick <dean.luick@intel.com> Signed-off-by: Ira Weiny <ira.weiny@intel.com> Signed-off-by: Doug Ledford <dledford@redhat.com>
Diffstat (limited to 'drivers/infiniband')
-rw-r--r--drivers/infiniband/hw/hfi1/user_sdma.c3
1 files changed, 2 insertions, 1 deletions
diff --git a/drivers/infiniband/hw/hfi1/user_sdma.c b/drivers/infiniband/hw/hfi1/user_sdma.c
index 1e266c95056a..86c28851491c 100644
--- a/drivers/infiniband/hw/hfi1/user_sdma.c
+++ b/drivers/infiniband/hw/hfi1/user_sdma.c
@@ -1115,7 +1115,8 @@ static u32 sdma_cache_evict(struct hfi1_user_sdma_pkt_q *pq, u32 npages)
}
static int pin_vector_pages(struct user_sdma_request *req,
- struct user_sdma_iovec *iovec) {
+ struct user_sdma_iovec *iovec)
+{
int ret = 0, pinned, npages, cleared;
struct page **pages;
struct hfi1_user_sdma_pkt_q *pq = req->pq;