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:
e527ff9
)
RDMA/hns: fix spelling mistake: "Reseved" -> "Reserved"
author
Colin Ian King
<
[email protected]
>
Tue, 10 Oct 2017 15:14:51 +0000
(16:14 +0100)
committer
Doug Ledford
<
[email protected]
>
Wed, 18 Oct 2017 14:23:46 +0000
(10:23 -0400)
Trivial fix to spelling mistake in dev_err error message
Signed-off-by: Colin Ian King <
[email protected]
>
Signed-off-by: Doug Ledford <
[email protected]
>
drivers/infiniband/hw/hns/hns_roce_hw_v1.c
patch
|
blob
|
history
diff --git
a/drivers/infiniband/hw/hns/hns_roce_hw_v1.c
b/drivers/infiniband/hw/hns/hns_roce_hw_v1.c
index 658e3a7464b37844245b7a97e3711599a72c6c8f..a5693d484421205e48753d569b6dc4cf526c45b7 100644
(file)
--- a/
drivers/infiniband/hw/hns/hns_roce_hw_v1.c
+++ b/
drivers/infiniband/hw/hns/hns_roce_hw_v1.c
@@
-1005,7
+1005,7
@@
static void hns_roce_v1_mr_free_work_fn(struct work_struct *work)
}
if (!ne) {
- dev_err(dev, "Reseved loop qp is absent!\n");
+ dev_err(dev, "Rese
r
ved loop qp is absent!\n");
goto free_work;
}