mirror of
https://git.kernel.org/pub/scm/linux/kernel/git/torvalds/linux.git
synced 2026-05-02 15:43:35 -04:00
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>
This commit is contained in:
committed by
Doug Ledford
parent
e527ff92b6
commit
978cb69672
@@ -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;
|
||||
}
|
||||
|
||||
|
||||
Reference in New Issue
Block a user