Groups | Search | Server Info | Keyboard shortcuts | Login | Register [http] [https] [nntp] [nntps]


Groups > linux.kernel > #1547633 > unrolled thread

[PATCH] nvme: admin-cmd: fix spelling mistake: "Counld" -> "Could"

Started byColin King <colin.king@canonical.com>
First post2016-12-27 17:10 +0100
Last post2016-12-27 17:10 +0100
Articles 1 — 1 participant

Back to article view | Back to linux.kernel


Contents

  [PATCH] nvme: admin-cmd: fix spelling mistake: "Counld" -> "Could" Colin King <colin.king@canonical.com> - 2016-12-27 17:10 +0100

#1547633 — [PATCH] nvme: admin-cmd: fix spelling mistake: "Counld" -> "Could"

FromColin King <colin.king@canonical.com>
Date2016-12-27 17:10 +0100
Subject[PATCH] nvme: admin-cmd: fix spelling mistake: "Counld" -> "Could"
Message-ID<sT2u6-4eA-27@gated-at.bofh.it>
From: Colin Ian King <colin.king@canonical.com>

trivial fix to spelling mistake in pr_err message

Signed-off-by: Colin Ian King <colin.king@canonical.com>
---
 drivers/nvme/target/admin-cmd.c | 2 +-
 1 file changed, 1 insertion(+), 1 deletion(-)

diff --git a/drivers/nvme/target/admin-cmd.c b/drivers/nvme/target/admin-cmd.c
index ec1ad2a..0c2688c 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;
 	}
-- 
2.10.2

[toc] | [standalone]


Back to top | Article view | linux.kernel


csiph-web