projects
/
GitHub
/
moto-9609
/
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:
fc0b76c
)
IB/hfi1: Fix minor format error
author
Ira Weiny
<ira.weiny@intel.com>
Thu, 28 Jul 2016 16:27:25 +0000
(12:27 -0400)
committer
Doug Ledford
<dledford@redhat.com>
Wed, 3 Aug 2016 02:46:21 +0000
(22:46 -0400)
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>
drivers/infiniband/hw/hfi1/user_sdma.c
patch
|
blob
|
blame
|
history
diff --git
a/drivers/infiniband/hw/hfi1/user_sdma.c
b/drivers/infiniband/hw/hfi1/user_sdma.c
index 1e266c95056a89d1cacf2ce7d7c0258eedd3500a..86c28851491cbbc4105c5ac9b7adbb25c9c17800 100644
(file)
--- 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;