Browse Source

RDMA/hns: fix spelling mistake: "Reseved" -> "Reserved"

Trivial fix to spelling mistake in dev_err error message

Signed-off-by: Colin Ian King <colin.king@canonical.com>
Signed-off-by: Doug Ledford <dledford@redhat.com>
Colin Ian King 7 years ago
parent
commit
978cb69672
1 changed files with 1 additions and 1 deletions
  1. 1 1
      drivers/infiniband/hw/hns/hns_roce_hw_v1.c

+ 1 - 1
drivers/infiniband/hw/hns/hns_roce_hw_v1.c

@@ -1005,7 +1005,7 @@ static void hns_roce_v1_mr_free_work_fn(struct work_struct *work)
 	}
 
 	if (!ne) {
-		dev_err(dev, "Reseved loop qp is absent!\n");
+		dev_err(dev, "Reserved loop qp is absent!\n");
 		goto free_work;
 	}