提交 d2e43d19 编写于 作者: C Colin Ian King 提交者: Richard Weinberger

ubi: fastmap: fix spelling mistake: "invalidiate" -> "invalidate"

Trivial fix to spelling mistake in ubi_err error message
Signed-off-by: NColin Ian King <colin.king@canonical.com>
Reviewed-by: NBoris Brezillon <boris.brezillon@free-electrons.com>
Signed-off-by: NRichard Weinberger <richard@nod.at>
上级 b62fc462
...@@ -1667,7 +1667,7 @@ int ubi_update_fastmap(struct ubi_device *ubi) ...@@ -1667,7 +1667,7 @@ int ubi_update_fastmap(struct ubi_device *ubi)
ret = invalidate_fastmap(ubi); ret = invalidate_fastmap(ubi);
if (ret < 0) { if (ret < 0) {
ubi_err(ubi, "Unable to invalidiate current fastmap!"); ubi_err(ubi, "Unable to invalidate current fastmap!");
ubi_ro_mode(ubi); ubi_ro_mode(ubi);
} else { } else {
return_fm_pebs(ubi, old_fm); return_fm_pebs(ubi, old_fm);
......
Markdown is supported
0% .
You are about to add 0 people to the discussion. Proceed with caution.
先完成此消息的编辑!
想要评论请 注册