* [PATCH v2 for-rc] RDMA/erdma: Fix a typo in annotation
@ 2022-11-24 11:49 Cheng Xu
2022-11-24 18:50 ` Jason Gunthorpe
0 siblings, 1 reply; 2+ messages in thread
From: Cheng Xu @ 2022-11-24 11:49 UTC (permalink / raw)
To: jgg, leon; +Cc: linux-rdma, KaiShen
A non-ASCII character was wrongly put in annotation, which should be
removed.
Fixes: bee85e0e31ec ("RDMA/erdma: Add main include file")
Signed-off-by: Cheng Xu <chengyou@linux.alibaba.com>
---
drivers/infiniband/hw/erdma/erdma.h | 2 +-
1 file changed, 1 insertion(+), 1 deletion(-)
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);
--
2.27.0
^ permalink raw reply related [flat|nested] 2+ messages in thread* Re: [PATCH v2 for-rc] RDMA/erdma: Fix a typo in annotation
2022-11-24 11:49 [PATCH v2 for-rc] RDMA/erdma: Fix a typo in annotation Cheng Xu
@ 2022-11-24 18:50 ` Jason Gunthorpe
0 siblings, 0 replies; 2+ messages in thread
From: Jason Gunthorpe @ 2022-11-24 18:50 UTC (permalink / raw)
To: Cheng Xu; +Cc: leon, linux-rdma, KaiShen
On Thu, Nov 24, 2022 at 07:49:33PM +0800, Cheng Xu wrote:
> A non-ASCII character was wrongly put in annotation, which should be
> removed.
>
> Fixes: bee85e0e31ec ("RDMA/erdma: Add main include file")
> Signed-off-by: Cheng Xu <chengyou@linux.alibaba.com>
> ---
> drivers/infiniband/hw/erdma/erdma.h | 2 +-
> 1 file changed, 1 insertion(+), 1 deletion(-)
Applied to for-next, thanks
Jason
^ permalink raw reply [flat|nested] 2+ messages in thread
end of thread, other threads:[~2022-11-24 18:50 UTC | newest]
Thread overview: 2+ messages (download: mbox.gz follow: Atom feed
-- links below jump to the message on this page --
2022-11-24 11:49 [PATCH v2 for-rc] RDMA/erdma: Fix a typo in annotation Cheng Xu
2022-11-24 18:50 ` Jason Gunthorpe
This is a public inbox, see mirroring instructions
for how to clone and mirror all data and code used for this inbox