All of lore.kernel.org
 help / color / mirror / Atom feed
* [PATCH][next] RDMA/hns: fix spelling mistake "attatch" -> "attach"
@ 2019-06-24 12:16 ` Colin King
  0 siblings, 0 replies; 11+ messages in thread
From: Colin King @ 2019-06-24 12:16 UTC (permalink / raw)
  To: Lijun Ou, Wei Hu, Doug Ledford, Jason Gunthorpe, linux-rdma
  Cc: kernel-janitors, linux-kernel

From: Colin Ian King <colin.king@canonical.com>

There is a spelling mistake in an dev_err 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(-)

diff --git a/drivers/infiniband/hw/hns/hns_roce_qp.c b/drivers/infiniband/hw/hns/hns_roce_qp.c
index 99ec5d43b99b..13a1916b0cdc 100644
--- a/drivers/infiniband/hw/hns/hns_roce_qp.c
+++ b/drivers/infiniband/hw/hns/hns_roce_qp.c
@@ -858,7 +858,7 @@ static int hns_roce_create_qp_common(struct hns_roce_dev *hr_dev,
 	ret = hns_roce_mtr_attach(hr_dev, &hr_qp->mtr, buf_list,
 				  hr_qp->regions, hr_qp->region_cnt);
 	if (ret) {
-		dev_err(dev, "mtr attatch error for create qp\n");
+		dev_err(dev, "mtr attach error for create qp\n");
 		goto err_mtr;
 	}
 
-- 
2.20.1

^ permalink raw reply related	[flat|nested] 11+ messages in thread

end of thread, other threads:[~2020-03-04 18:36 UTC | newest]

Thread overview: 11+ messages (download: mbox.gz follow: Atom feed
-- links below jump to the message on this page --
2019-06-24 12:16 [PATCH][next] RDMA/hns: fix spelling mistake "attatch" -> "attach" Colin King
2019-06-24 12:16 ` Colin King
2019-06-25 19:34 ` Jason Gunthorpe
2020-02-14  0:33   ` [PATCH][next] RDMA/hns: fix spelling mistake: " Colin King
2020-02-14  0:33     ` Colin King
2020-02-20 17:15     ` Jason Gunthorpe
2020-02-20 17:15       ` Jason Gunthorpe
2020-03-04  8:10   ` [PATCH][next] RDMA/hns: fix spelling mistake " Colin King
2020-03-04  8:10     ` Colin King
2020-03-04 18:36     ` Jason Gunthorpe
2020-03-04 18:36       ` Jason Gunthorpe

This is an external index of several public inboxes,
see mirroring instructions on how to clone and mirror
all data and code used by this external index.