Skip to content

Commit d2e43d1

Browse files
Colin Ian Kingrichardweinberger
authored andcommitted
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>
1 parent b62fc46 commit d2e43d1

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

drivers/mtd/ubi/fastmap.c

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1667,7 +1667,7 @@ int ubi_update_fastmap(struct ubi_device *ubi)
16671667

16681668
ret = invalidate_fastmap(ubi);
16691669
if (ret < 0) {
1670-
ubi_err(ubi, "Unable to invalidiate current fastmap!");
1670+
ubi_err(ubi, "Unable to invalidate current fastmap!");
16711671
ubi_ro_mode(ubi);
16721672
} else {
16731673
return_fm_pebs(ubi, old_fm);

0 commit comments

Comments
 (0)