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:
34d65cd
)
RDMA/hns: fix spelling mistake "attatch" -> "attach"
author
Colin Ian King
<colin.king@canonical.com>
Mon, 24 Jun 2019 12:16:49 +0000
(13:16 +0100)
committer
Jason Gunthorpe
<jgg@mellanox.com>
Tue, 25 Jun 2019 19:33:00 +0000
(16:33 -0300)
There is a spelling mistake in an dev_err message. Fix it.
Signed-off-by: Colin Ian King <colin.king@canonical.com>
Signed-off-by: Jason Gunthorpe <jgg@mellanox.com>
drivers/infiniband/hw/hns/hns_roce_qp.c
patch
|
blob
|
history
diff --git
a/drivers/infiniband/hw/hns/hns_roce_qp.c
b/drivers/infiniband/hw/hns/hns_roce_qp.c
index ee7e1fef31e700178c62f987b34e7cc45399bb8c..4f693cded74ef538c2a18613910d4ab94c30ce56 100644
(file)
--- a/
drivers/infiniband/hw/hns/hns_roce_qp.c
+++ b/
drivers/infiniband/hw/hns/hns_roce_qp.c
@@
-853,7
+853,7
@@
static int hns_roce_create_qp_common(struct hns_roce_dev *hr_dev,
ret = hns_roce_mtr_attach(hr_dev, &hr_qp->mtr, buf_list,
hr_qp->regions, hr_qp->region_cnt);
if (ret) {
- dev_err(dev, "mtr atta
t
ch error for create qp\n");
+ dev_err(dev, "mtr attach error for create qp\n");
goto err_mtr;
}