Browse Source

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>
Ira Weiny 9 năm trước cách đây
mục cha
commit
72720ddfc6

+ 2 - 1
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,
 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;
 	int ret = 0, pinned, npages, cleared;
 	struct page **pages;
 	struct page **pages;
 	struct hfi1_user_sdma_pkt_q *pq = req->pq;
 	struct hfi1_user_sdma_pkt_q *pq = req->pq;