2
0
mirror of https://github.com/edk2-porting/linux-next.git synced 2025-01-10 22:54:11 +08:00

RDMA/hns: fix spelling mistake "attatch" -> "attach"

There is a spelling mistake in an error message. Fix it.

Link: https://lore.kernel.org/r/20200304081045.81164-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:
Colin Ian King 2020-03-04 09:10:45 +01:00 committed by Jason Gunthorpe
parent 33fb27fd54
commit 0aeb3622ea

View File

@ -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;