From: Colin Ian King Date: Tue, 27 Dec 2016 16:04:09 +0000 (+0000) Subject: nvme: admin-cmd: fix spelling mistake: "Counld" -> "Could" X-Git-Url: http://git.cdn.openwrt.org/?a=commitdiff_plain;h=b38b9054989f33d2e06f1979f90973030ddc17db;p=openwrt%2Fstaging%2Fblogic.git nvme: admin-cmd: fix spelling mistake: "Counld" -> "Could" trivial fix to spelling mistake in pr_err message Signed-off-by: Colin Ian King Signed-off-by: Sagi Grimberg Signed-off-by: Jens Axboe --- diff --git a/drivers/nvme/target/admin-cmd.c b/drivers/nvme/target/admin-cmd.c index 95ae52390478..204e85efebab 100644 --- a/drivers/nvme/target/admin-cmd.c +++ b/drivers/nvme/target/admin-cmd.c @@ -41,7 +41,7 @@ static u16 nvmet_get_smart_log_nsid(struct nvmet_req *req, ns = nvmet_find_namespace(req->sq->ctrl, req->cmd->get_log_page.nsid); if (!ns) { status = NVME_SC_INVALID_NS; - pr_err("nvmet : Counld not find namespace id : %d\n", + pr_err("nvmet : Could not find namespace id : %d\n", le32_to_cpu(req->cmd->get_log_page.nsid)); goto out; }