Skip to content

Commit

Permalink
ubi: fastmap: fix spelling mistake: "invalidiate" -> "invalidate"
Browse files Browse the repository at this point in the history
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>
  • Loading branch information
Colin Ian King authored and richardweinberger committed Sep 13, 2017
1 parent b62fc46 commit d2e43d1
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion drivers/mtd/ubi/fastmap.c
Original file line number Diff line number Diff line change
Expand Up @@ -1667,7 +1667,7 @@ int ubi_update_fastmap(struct ubi_device *ubi)

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);
Expand Down

0 comments on commit d2e43d1

Please sign in to comment.