From: Colin Ian King Date: Thu, 30 Mar 2017 09:58:08 +0000 (+0100) Subject: block/sed-opal: fix spelling mistake: "Lifcycle" -> "Lifecycle" X-Git-Url: https://git.stricted.de/?a=commitdiff_plain;h=47d752076a92c67f548faa018efd7d4ac51f17f7;p=GitHub%2Fmoto-9609%2Fandroid_kernel_motorola_exynos9610.git block/sed-opal: fix spelling mistake: "Lifcycle" -> "Lifecycle" trivial fix to spelling mistake in pr_err error message Signed-off-by: Colin Ian King Signed-off-by: Jens Axboe --- 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; }