Message ID | 20221124033016.64181-1-chengyou@linux.alibaba.com (mailing list archive) |
---|---|
State | Superseded |
Headers | show |
Series | [for-rc] RDMA/erdma: Fix a typo in annotation | expand |
Please ignore this patch, because it has a mistake: UTF-8 -> ASCII. I will send v2. On 11/24/22 11:30 AM, Cheng Xu wrote: > A non-UTF-8 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); >
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);
A non-UTF-8 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(-)