> -----Original Message----- > From: Guoqing Jiang <guoqing.jiang@xxxxxxxxx> > Sent: Friday, October 13, 2023 4:01 AM > To: Bernard Metzler <BMT@xxxxxxxxxxxxxx>; jgg@xxxxxxxx; leon@xxxxxxxxxx > Cc: linux-rdma@xxxxxxxxxxxxxxx > Subject: [EXTERNAL] [PATCH V2 17/20] RDMA/siw: Fix typo > > Replace ORRQ with ORQ. > > Signed-off-by: Guoqing Jiang <guoqing.jiang@xxxxxxxxx> > --- > drivers/infiniband/sw/siw/siw_qp.c | 2 +- > 1 file changed, 1 insertion(+), 1 deletion(-) > > diff --git a/drivers/infiniband/sw/siw/siw_qp.c > b/drivers/infiniband/sw/siw/siw_qp.c > index 26e3904d2f41..da92cfa2073d 100644 > --- a/drivers/infiniband/sw/siw/siw_qp.c > +++ b/drivers/infiniband/sw/siw/siw_qp.c > @@ -1183,7 +1183,7 @@ int siw_rqe_complete(struct siw_qp *qp, struct > siw_rqe *rqe, u32 bytes, > /* > * siw_sq_flush() > * > - * Flush SQ and ORRQ entries to CQ. > + * Flush SQ and ORQ entries to CQ. > * > * Must be called with QP state write lock held. > * Therefore, SQ and ORQ lock must not be taken. > -- > 2.35.3 Acked-by: Bernard Metzler <bmt@xxxxxxxxxxxxxx>