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:
61e0962
)
RDMA/qedr: fix spelling mistake: "invlaid" -> "invalid"
author
Colin Ian King
<
[email protected]
>
Thu, 24 Aug 2017 08:25:53 +0000
(09:25 +0100)
committer
Doug Ledford
<
[email protected]
>
Thu, 24 Aug 2017 21:34:57 +0000
(17:34 -0400)
Trivial fix to spelling mistake in DP_ERR error message
Signed-off-by: Colin Ian King <
[email protected]
>
Reviewed-by: Leon Romanovsky <
[email protected]
>
Reviewed-by: Ram Amrani <
[email protected]
>
Signed-off-by: Doug Ledford <
[email protected]
>
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 9ee2dce3e5bba18949b7300f61029be46c1076ff..769ac07c3c8eb72d3bd2bf95446236f9c07dc34b 100644
(file)
--- a/
drivers/infiniband/hw/qedr/verbs.c
+++ b/
drivers/infiniband/hw/qedr/verbs.c
@@
-491,7
+491,7
@@
struct ib_pd *qedr_alloc_pd(struct ib_device *ibdev,
(udata && context) ? "User Lib" : "Kernel");
if (!dev->rdma_ctx) {
- DP_ERR(dev, "inv
la
id RDMA context\n");
+ DP_ERR(dev, "inv
al
id RDMA context\n");
return ERR_PTR(-EINVAL);
}