projects
/
linux.git
/ commitdiff
commit
grep
author
committer
pickaxe
?
search:
re
summary
|
shortlog
|
log
|
commit
| commitdiff |
tree
raw
|
patch
| inline |
side by side
(parent:
f67376d
)
RDMA/erdma: Fix a typo in annotation
author
Cheng Xu
<chengyou@linux.alibaba.com>
Thu, 24 Nov 2022 11:49:33 +0000
(19:49 +0800)
committer
Jason Gunthorpe
<jgg@nvidia.com>
Thu, 24 Nov 2022 18:49:18 +0000
(14:49 -0400)
A non-ASCII character was wrongly put in a comment, use the ACSII version.
Fixes: bee85e0e31ec ("RDMA/erdma: Add main include file")
Link:
https://lore.kernel.org/r/20221124114933.77250-1-chengyou@linux.alibaba.com
Signed-off-by: Cheng Xu <chengyou@linux.alibaba.com>
Signed-off-by: Jason Gunthorpe <jgg@nvidia.com>
drivers/infiniband/hw/erdma/erdma.h
patch
|
blob
|
history
diff --git
a/drivers/infiniband/hw/erdma/erdma.h
b/drivers/infiniband/hw/erdma/erdma.h
index bb23d897c71087fb77b0f58ec93f78e721709293..35726f25a989cdff480e32c20518ad7f6cccda31 100644
(file)
--- a/
drivers/infiniband/hw/erdma/erdma.h
+++ b/
drivers/infiniband/hw/erdma/erdma.h
@@
-219,7
+219,7
@@
struct erdma_dev {
DECLARE_BITMAP(sdb_page, ERDMA_DWQE_TYPE0_CNT);
/*
* We provide max 496 uContexts that each has one SQ normal Db,
- * and one directWQE db
。
+ * and one directWQE db
.
*/
DECLARE_BITMAP(sdb_entry, ERDMA_DWQE_TYPE1_CNT);