Message ID | 20200214003338.6573-1-colin.king@canonical.com (mailing list archive) |
---|---|
State | Mainlined |
Commit | 8d8d2b76ac3545cf6c0e9c6aa61700db98d2496a |
Delegated to: | Jason Gunthorpe |
Headers | show |
Series | [next] RDMA/hns: fix spelling mistake: "attatch" -> "attach" | expand |
On Fri, Feb 14, 2020 at 12:33:38AM +0000, Colin King wrote: > From: Colin Ian King <colin.king@canonical.com> > > There is a spelling mistake in a dev_err error message. Fix it. > > Signed-off-by: Colin Ian King <colin.king@canonical.com> > --- > drivers/infiniband/hw/hns/hns_roce_hw_v2.c | 2 +- > 1 file changed, 1 insertion(+), 1 deletion(-) Applied to for-next, thanks Jason
diff --git a/drivers/infiniband/hw/hns/hns_roce_hw_v2.c b/drivers/infiniband/hw/hns/hns_roce_hw_v2.c index 29a5ee0cf07e..b127c6fcbcd6 100644 --- a/drivers/infiniband/hw/hns/hns_roce_hw_v2.c +++ b/drivers/infiniband/hw/hns/hns_roce_hw_v2.c @@ -5776,7 +5776,7 @@ static int map_eq_buf(struct hns_roce_dev *hr_dev, struct hns_roce_eq *eq, page_shift); ret = hns_roce_mtr_attach(hr_dev, &eq->mtr, &buf_list, ®ion, 1); if (ret) - dev_err(hr_dev->dev, "mtr attatch error for eqe\n"); + dev_err(hr_dev->dev, "mtr attach error for eqe\n"); goto done;