projects
/
platform
/
kernel
/
linux-starfive.git
/ commitdiff
commit
grep
author
committer
pickaxe
?
search:
re
summary
|
shortlog
|
log
|
commit
| commitdiff |
tree
raw
|
patch
| inline |
side by side
(parent:
9123e3a
)
RDMA/hns: Fix spelling mistake "epmty" -> "empty"
author
Colin Ian King
<colin.king@canonical.com>
Wed, 5 Aug 2020 14:11:11 +0000
(15:11 +0100)
committer
Jason Gunthorpe
<jgg@nvidia.com>
Tue, 18 Aug 2020 16:18:53 +0000
(13:18 -0300)
There is a spelling mistake in a dev_dbg message. Fix it.
Link:
https://lore.kernel.org/r/20200805141111.22804-1-colin.king@canonical.com
Signed-off-by: Colin Ian King <colin.king@canonical.com>
Signed-off-by: Jason Gunthorpe <jgg@nvidia.com>
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 07b4c85d341db864139f8653582dd3f46822933c..aeb3a6fa7d472bf83f7164afeeb1154eb9c7ad5b 100644
(file)
--- a/
drivers/infiniband/hw/hns/hns_roce_hw_v1.c
+++ b/
drivers/infiniband/hw/hns/hns_roce_hw_v1.c
@@
-535,7
+535,7
@@
static void hns_roce_set_sdb_ext(struct hns_roce_dev *hr_dev, u32 ext_sdb_alept,
roce_write(hr_dev, ROCEE_EXT_DB_SQ_H_REG, val);
dev_dbg(dev, "ext SDB depth: 0x%x\n", db->ext_db->esdb_dep);
- dev_dbg(dev, "ext SDB threshold: e
pm
ty: 0x%x, ful: 0x%x\n",
+ dev_dbg(dev, "ext SDB threshold: e
mp
ty: 0x%x, ful: 0x%x\n",
ext_sdb_alept, ext_sdb_alful);
}