linux-block.vger.kernel.org archive mirror
 help / color / mirror / Atom feed
* [PATCH] block/sed-opal: fix spelling mistake: "Lifcycle" -> "Lifecycle"
@ 2017-03-30  9:58 Colin King
  2017-03-30 15:23 ` Jens Axboe
  0 siblings, 1 reply; 2+ messages in thread
From: Colin King @ 2017-03-30  9:58 UTC (permalink / raw)
  To: Scott Bauer, Jonathan Derrick, Rafael Antognolli, Jens Axboe,
	linux-block
  Cc: kernel-janitors, linux-kernel

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

^ permalink raw reply related	[flat|nested] 2+ messages in thread

* Re: [PATCH] block/sed-opal: fix spelling mistake: "Lifcycle" -> "Lifecycle"
  2017-03-30  9:58 [PATCH] block/sed-opal: fix spelling mistake: "Lifcycle" -> "Lifecycle" Colin King
@ 2017-03-30 15:23 ` Jens Axboe
  0 siblings, 0 replies; 2+ messages in thread
From: Jens Axboe @ 2017-03-30 15:23 UTC (permalink / raw)
  To: Colin King, Scott Bauer, Jonathan Derrick, Rafael Antognolli,
	linux-block
  Cc: kernel-janitors, linux-kernel

On 03/30/2017 03:58 AM, Colin King wrote:
> From: Colin Ian King <colin.king@canonical.com>
> 
> trivial fix to spelling mistake in pr_err error message

Added for 4.12, thanks.

-- 
Jens Axboe

^ permalink raw reply	[flat|nested] 2+ messages in thread

end of thread, other threads:[~2017-03-30 15:23 UTC | newest]

Thread overview: 2+ messages (download: mbox.gz / follow: Atom feed)
-- links below jump to the message on this page --
2017-03-30  9:58 [PATCH] block/sed-opal: fix spelling mistake: "Lifcycle" -> "Lifecycle" Colin King
2017-03-30 15:23 ` Jens Axboe

This is a public inbox, see mirroring instructions
for how to clone and mirror all data and code used for this inbox;
as well as URLs for NNTP newsgroup(s).