ubi: fastmap: fix spelling mistake: "invalidiate" -> "invalidate"
Trivial fix to spelling mistake in ubi_err error message Signed-off-by: Colin Ian King <colin.king@canonical.com> Reviewed-by: Boris Brezillon <boris.brezillon@free-electrons.com> Signed-off-by: Richard Weinberger <richard@nod.at>
This commit is contained in:
parent
b62fc46217
commit
d2e43d192b
|
@ -1667,7 +1667,7 @@ err:
|
|||
|
||||
ret = invalidate_fastmap(ubi);
|
||||
if (ret < 0) {
|
||||
ubi_err(ubi, "Unable to invalidiate current fastmap!");
|
||||
ubi_err(ubi, "Unable to invalidate current fastmap!");
|
||||
ubi_ro_mode(ubi);
|
||||
} else {
|
||||
return_fm_pebs(ubi, old_fm);
|
||||
|
|
Loading…
Reference in New Issue