projects
/
GitHub
/
moto-9609
/
android_kernel_motorola_exynos9610.git
/ commitdiff
commit
grep
author
committer
pickaxe
?
search:
re
summary
|
shortlog
|
log
|
commit
| commitdiff |
tree
raw
|
patch
| inline |
side by side
(parent:
3e06eb3
)
block/sed-opal: fix spelling mistake: "Lifcycle" -> "Lifecycle"
author
Colin Ian King
<colin.king@canonical.com>
Thu, 30 Mar 2017 09:58:08 +0000
(10:58 +0100)
committer
Jens Axboe
<axboe@fb.com>
Thu, 30 Mar 2017 15:22:53 +0000
(09:22 -0600)
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>
block/sed-opal.c
patch
|
blob
|
blame
|
history
diff --git
a/block/sed-opal.c
b/block/sed-opal.c
index 14035f826b5e350dbec1710d60aca560f2c1066b..6736c7873d4a583321be742c71b86108e7b3c5e1 100644
(file)
--- 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 Lif
e
cycle state\n");
return -ENODEV;
}