diff options
author | Colin Ian King <colin.king@canonical.com> | 2017-03-30 05:58:08 -0400 |
---|---|---|
committer | Jens Axboe <axboe@fb.com> | 2017-03-30 11:22:53 -0400 |
commit | 47d752076a92c67f548faa018efd7d4ac51f17f7 (patch) | |
tree | 50489407993796de153c372b2c4e17a82d1ef6a9 /block/sed-opal.c | |
parent | 3e06eb3dacdff52749df85694cf6bc48283973c6 (diff) |
block/sed-opal: fix spelling mistake: "Lifcycle" -> "Lifecycle"
trivial fix to spelling mistake in pr_err error message
Signed-off-by: Colin Ian King <colin.king@canonical.com>
Signed-off-by: Jens Axboe <axboe@fb.com>
Diffstat (limited to 'block/sed-opal.c')
-rw-r--r-- | block/sed-opal.c | 2 |
1 files changed, 1 insertions, 1 deletions
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) | |||
1831 | /* 0x08 is Manufacured Inactive */ | 1831 | /* 0x08 is Manufacured Inactive */ |
1832 | /* 0x09 is Manufactured */ | 1832 | /* 0x09 is Manufactured */ |
1833 | if (lc_status != OPAL_MANUFACTURED_INACTIVE) { | 1833 | if (lc_status != OPAL_MANUFACTURED_INACTIVE) { |
1834 | pr_err("Couldn't determine the status of the Lifcycle state\n"); | 1834 | pr_err("Couldn't determine the status of the Lifecycle state\n"); |
1835 | return -ENODEV; | 1835 | return -ENODEV; |
1836 | } | 1836 | } |
1837 | 1837 | ||