On Sun, Aug 11, 2024 at 10:43 AM Leon Romanovsky <leon@xxxxxxxxxx> wrote: > > On Fri, Aug 09, 2024 at 03:15:38PM +0200, Md Haris Iqbal wrote: > > From: Jack Wang <jinpu.wang@xxxxxxxxx> > > > > No empty commit message, please provide a proper description. This is really simple change, the subject should explain it clear, but ok, I will extend it also in the commit message. > > Thanks Thx & Regards > > > > Signed-off-by: Jack Wang <jinpu.wang@xxxxxxxxx> > > Signed-off-by: Alexei Pastuchov <alexei.pastuchov@xxxxxxxxx> > > Signed-off-by: Grzegorz Prajsner <grzegorz.prajsner@xxxxxxxxx> > > Signed-off-by: Md Haris Iqbal <haris.iqbal@xxxxxxxxx> > > --- > > drivers/infiniband/ulp/rtrs/rtrs-clt.c | 2 +- > > 1 file changed, 1 insertion(+), 1 deletion(-) > > > > diff --git a/drivers/infiniband/ulp/rtrs/rtrs-clt.c b/drivers/infiniband/ulp/rtrs/rtrs-clt.c > > index fb548d6a0aae..71387811b281 100644 > > --- a/drivers/infiniband/ulp/rtrs/rtrs-clt.c > > +++ b/drivers/infiniband/ulp/rtrs/rtrs-clt.c > > @@ -1208,7 +1208,7 @@ static int rtrs_clt_read_req(struct rtrs_clt_io_req *req) > > ret = rtrs_map_sg_fr(req, count); > > if (ret < 0) { > > rtrs_err_rl(s, > > - "Read request failed, failed to map fast reg. data, err: %d\n", > > + "Read request failed, failed to map fast reg. data, err: %d\n", > > ret); > > ib_dma_unmap_sg(dev->ib_dev, req->sglist, req->sg_cnt, > > req->dir); > > -- > > 2.25.1 > >