Donate to e Foundation | Murena handsets with /e/OS | Own a part of Murena! Learn more

Commit ab178849 authored by oulijun's avatar oulijun Committed by Doug Ledford
Browse files

RDMA/hns: Fix a couple misspellings



This patch fixes two spelling errors.

Signed-off-by: default avatarLijun Ou <oulijun@huawei.com>
Signed-off-by: default avatarDoug Ledford <dledford@redhat.com>
parent 137ae320
Loading
Loading
Loading
Loading
+1 −1
Original line number Diff line number Diff line
@@ -4487,7 +4487,7 @@ static int hns_roce_v2_create_eq(struct hns_roce_dev *hr_dev,
	ret = hns_roce_cmd_mbox(hr_dev, mailbox->dma, 0, eq->eqn, 0,
				eq_cmd, HNS_ROCE_CMD_TIMEOUT_MSECS);
	if (ret) {
		dev_err(dev, "[mailbox cmd] creat eqc failed.\n");
		dev_err(dev, "[mailbox cmd] create eqc failed.\n");
		goto err_cmd_mbox;
	}

+1 −1
Original line number Diff line number Diff line
@@ -620,7 +620,7 @@ static int hns_roce_create_qp_common(struct hns_roce_dev *hr_dev,
					to_hr_ucontext(ib_pd->uobject->context),
					ucmd.db_addr, &hr_qp->rdb);
			if (ret) {
				dev_err(dev, "rp record doorbell map failed!\n");
				dev_err(dev, "rq record doorbell map failed!\n");
				goto err_mtt;
			}
		}