Message ID | 20200304081045.81164-1-colin.king@canonical.com (mailing list archive) |
---|---|
State | Mainlined |
Commit | 0aeb3622ea6f14f36232a33f1d08c2ff02f4048b |
Delegated to: | Jason Gunthorpe |
Headers | show |
Series | [next] RDMA/hns: fix spelling mistake "attatch" -> "attach" | expand |
On Wed, Mar 04, 2020 at 09:10:45AM +0100, Colin King wrote: > From: Colin Ian King <colin.king@canonical.com> > > There is a spelling mistake in an error message. Fix it. > > Signed-off-by: Colin Ian King <colin.king@canonical.com> > --- > drivers/infiniband/hw/hns/hns_roce_qp.c | 2 +- > 1 file changed, 1 insertion(+), 1 deletion(-) Applied to for-next, thanks Jason
diff --git a/drivers/infiniband/hw/hns/hns_roce_qp.c b/drivers/infiniband/hw/hns/hns_roce_qp.c index 2a7535534ea8..bddae625f447 100644 --- a/drivers/infiniband/hw/hns/hns_roce_qp.c +++ b/drivers/infiniband/hw/hns/hns_roce_qp.c @@ -812,7 +812,7 @@ static int map_wqe_buf(struct hns_roce_dev *hr_dev, struct hns_roce_qp *hr_qp, ret = hns_roce_mtr_attach(hr_dev, &hr_qp->mtr, buf_list, hr_qp->regions, region_count); if (ret) - ibdev_err(ibdev, "Failed to attatch WQE's mtr\n"); + ibdev_err(ibdev, "Failed to attach WQE's mtr\n"); goto done;