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


Groups > linux.kernel > #1612818

[PATCH] block/sed-opal: fix spelling mistake: "Lifcycle" -> "Lifecycle"

From Colin King <colin.king@canonical.com>
Newsgroups linux.kernel
Subject [PATCH] block/sed-opal: fix spelling mistake: "Lifcycle" -> "Lifecycle"
Date 2017-03-30 12:00 +0200
Message-ID <tqF22-4or-27@gated-at.bofh.it> (permalink)
Organization linux.* mail to news gateway

Show all headers | View raw


From: Colin Ian King <colin.king@canonical.com>

trivial fix to spelling mistake in pr_err error message

Signed-off-by: Colin Ian King <colin.king@canonical.com>
---
 block/sed-opal.c | 2 +-
 1 file changed, 1 insertion(+), 1 deletion(-)

diff --git a/block/sed-opal.c b/block/sed-opal.c
index 14035f826b5e..6736c7873d4a 100644
--- a/block/sed-opal.c
+++ b/block/sed-opal.c
@@ -1831,7 +1831,7 @@ static int get_lsp_lifecycle_cont(struct opal_dev *dev)
 	/* 0x08 is Manufacured Inactive */
 	/* 0x09 is Manufactured */
 	if (lc_status != OPAL_MANUFACTURED_INACTIVE) {
-		pr_err("Couldn't determine the status of the Lifcycle state\n");
+		pr_err("Couldn't determine the status of the Lifecycle state\n");
 		return -ENODEV;
 	}
 
-- 
2.11.0

Back to linux.kernel | Previous | NextNext in thread | Find similar | Unroll thread


Thread

[PATCH] block/sed-opal: fix spelling mistake: "Lifcycle" -> "Lifecycle" Colin King <colin.king@canonical.com> - 2017-03-30 12:00 +0200
  Re: [PATCH] block/sed-opal: fix spelling mistake: "Lifcycle" ->  "Lifecycle" Jens Axboe <axboe@kernel.dk> - 2017-03-30 17:30 +0200

csiph-web