projects
/
openwrt
/
staging
/
blogic.git
/ commitdiff
commit
grep
author
committer
pickaxe
?
search:
re
summary
|
shortlog
|
log
|
commit
| commitdiff |
tree
raw
|
patch
| inline |
side by side
(parent:
434dda4
)
RDMA/qedr: fix spelling mistake: "adrresses" -> "addresses"
author
Colin Ian King
<colin.king@canonical.com>
Wed, 30 May 2018 09:40:29 +0000
(10:40 +0100)
committer
Doug Ledford
<dledford@redhat.com>
Thu, 31 May 2018 18:00:58 +0000
(14:00 -0400)
Trivial fix to spelling mistake in DP_ERR error message
Signed-off-by: Colin Ian King <colin.king@canonical.com>
Signed-off-by: Doug Ledford <dledford@redhat.com>
drivers/infiniband/hw/qedr/verbs.c
patch
|
blob
|
history
diff --git
a/drivers/infiniband/hw/qedr/verbs.c
b/drivers/infiniband/hw/qedr/verbs.c
index 988aace89430fa87653e2376f716f19345624ffd..614a954d0757e9b96583c862b8c06f1e24ea27ed 100644
(file)
--- a/
drivers/infiniband/hw/qedr/verbs.c
+++ b/
drivers/infiniband/hw/qedr/verbs.c
@@
-414,7
+414,7
@@
int qedr_mmap(struct ib_ucontext *context, struct vm_area_struct *vma)
if ((vma->vm_start & (PAGE_SIZE - 1)) || (len & (PAGE_SIZE - 1))) {
DP_ERR(dev,
- "failed mmap, ad
r
resses must be page aligned: start=0x%pK, end=0x%pK\n",
+ "failed mmap, ad
d
resses must be page aligned: start=0x%pK, end=0x%pK\n",
(void *)vma->vm_start, (void *)vma->vm_end);
return -EINVAL;
}