Skip to content

Commit

Permalink
block/sed-opal: fix spelling mistake: "Lifcycle" -> "Lifecycle"
Browse files Browse the repository at this point in the history
trivial fix to spelling mistake in pr_err error message

Signed-off-by: Colin Ian King <[email protected]>
Signed-off-by: Jens Axboe <[email protected]>
  • Loading branch information
Colin Ian King authored and axboe committed Mar 30, 2017
1 parent 3e06eb3 commit 47d7520
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion block/sed-opal.c
Original file line number Diff line number Diff line change
Expand Up @@ -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;
}

Expand Down

0 comments on commit 47d7520

Please sign in to comment.