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:
2253fc0
)
qedr: Fix spelling mistake: "hanlde" -> "handle"
author
Colin Ian King
<colin.king@canonical.com>
Thu, 29 Mar 2018 12:11:07 +0000
(13:11 +0100)
committer
Jason Gunthorpe
<jgg@mellanox.com>
Thu, 29 Mar 2018 19:19:23 +0000
(13:19 -0600)
Trivial fix to spelling mistake in DP_ERR message text
Signed-off-by: Colin Ian King <colin.king@canonical.com>
Reviewed-by: Shamir Rabinovitch <shamir.rabinovitch@oracle.com>
Signed-off-by: Jason Gunthorpe <jgg@mellanox.com>
drivers/infiniband/hw/qedr/main.c
patch
|
blob
|
history
diff --git
a/drivers/infiniband/hw/qedr/main.c
b/drivers/infiniband/hw/qedr/main.c
index f865c0991ad92232a0e32ad83bdcfb7ce6b349cc..2274d12a4f75f6a7fee051ef2b18891d8920e3bf 100644
(file)
--- a/
drivers/infiniband/hw/qedr/main.c
+++ b/
drivers/infiniband/hw/qedr/main.c
@@
-708,7
+708,7
@@
static void qedr_affiliated_event(void *context, u8 e_code, void *fw_handle)
"Error: CQ event with NULL pointer ibcq. Handle=%llx\n",
roce_handle64);
}
- DP_ERR(dev, "CQ event %d on han
ld
e %p\n", e_code, cq);
+ DP_ERR(dev, "CQ event %d on han
dl
e %p\n", e_code, cq);
break;
case EVENT_TYPE_QP:
qp = (struct qedr_qp *)(uintptr_t)roce_handle64;
@@
-724,7
+724,7
@@
static void qedr_affiliated_event(void *context, u8 e_code, void *fw_handle)
"Error: QP event with NULL pointer ibqp. Handle=%llx\n",
roce_handle64);
}
- DP_ERR(dev, "QP event %d on han
ld
e %p\n", e_code, qp);
+ DP_ERR(dev, "QP event %d on han
dl
e %p\n", e_code, qp);
break;
default:
break;