diff options
author | Cheng Xu <chengyou@linux.alibaba.com> | 2022-11-24 12:49:33 +0100 |
---|---|---|
committer | Jason Gunthorpe <jgg@nvidia.com> | 2022-11-24 19:49:18 +0100 |
commit | b4d46c57d2fb0fa2611fa2ffbaf715925989f83f (patch) | |
tree | 16afd41cc51ce866ccd8fa9ff70e065757bb440f /drivers/infiniband | |
parent | RDMA/rxe: Fix NULL-ptr-deref in rxe_qp_do_cleanup() when socket create failed (diff) | |
download | linux-b4d46c57d2fb0fa2611fa2ffbaf715925989f83f.tar.xz linux-b4d46c57d2fb0fa2611fa2ffbaf715925989f83f.zip |
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/20221124114933.77250-1-chengyou@linux.alibaba.com
Signed-off-by: Cheng Xu <chengyou@linux.alibaba.com>
Signed-off-by: Jason Gunthorpe <jgg@nvidia.com>
Diffstat (limited to 'drivers/infiniband')
-rw-r--r-- | drivers/infiniband/hw/erdma/erdma.h | 2 |
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); |