RDMA/hns: fix spelling mistake: "attatch" -> "attach"
There is a spelling mistake in a dev_err error message. Fix it. Link: https://lore.kernel.org/r/20200214003338.6573-1-colin.king@canonical.com Signed-off-by: Colin Ian King <colin.king@canonical.com> Signed-off-by: Jason Gunthorpe <jgg@mellanox.com>
This commit is contained in:
parent
fb3063d319
commit
8d8d2b76ac
|
@ -5783,7 +5783,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;
|
||||
|
||||
|
|
Loading…
Reference in New Issue