Skip to content

Commit 8d8d2b7

Browse files
Colin Ian Kingjgunthorpe
authored andcommitted
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/[email protected] Signed-off-by: Colin Ian King <[email protected]> Signed-off-by: Jason Gunthorpe <[email protected]>
1 parent fb3063d commit 8d8d2b7

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

drivers/infiniband/hw/hns/hns_roce_hw_v2.c

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -5783,7 +5783,7 @@ static int map_eq_buf(struct hns_roce_dev *hr_dev, struct hns_roce_eq *eq,
57835783
page_shift);
57845784
ret = hns_roce_mtr_attach(hr_dev, &eq->mtr, &buf_list, &region, 1);
57855785
if (ret)
5786-
dev_err(hr_dev->dev, "mtr attatch error for eqe\n");
5786+
dev_err(hr_dev->dev, "mtr attach error for eqe\n");
57875787

57885788
goto done;
57895789

0 commit comments

Comments
 (0)