aboutsummaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorCheng Xu <[email protected]>2022-11-24 19:49:33 +0800
committerJason Gunthorpe <[email protected]>2022-11-24 14:49:18 -0400
commitb4d46c57d2fb0fa2611fa2ffbaf715925989f83f (patch)
tree16afd41cc51ce866ccd8fa9ff70e065757bb440f
parentf67376d801499f4fa0838c18c1efcad8840e550d (diff)
RDMA/erdma: Fix a typo in annotation
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/[email protected] Signed-off-by: Cheng Xu <[email protected]> Signed-off-by: Jason Gunthorpe <[email protected]>
-rw-r--r--drivers/infiniband/hw/erdma/erdma.h2
1 files changed, 1 insertions, 1 deletions
diff --git a/drivers/infiniband/hw/erdma/erdma.h b/drivers/infiniband/hw/erdma/erdma.h
index bb23d897c710..35726f25a989 100644
--- 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);