|
@@ -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;
|
|
|
}
|