Donate to e Foundation | Murena handsets with /e/OS | Own a part of Murena! Learn more

Commit 14264144 authored by Artem Bityutskiy's avatar Artem Bityutskiy
Browse files

UBI: fix typo in a message



When a PEB passes the torture test, UBI prints
"do not mark it a bad", but should print "do not mark it as bad".
This patch corrects the typo.

Signed-off-by: default avatarArtem Bityutskiy <Artem.Bityutskiy@nokia.com>
parent feddbb34
Loading
Loading
Loading
Loading
+1 −1
Original line number Diff line number Diff line
@@ -465,7 +465,7 @@ static int torture_peb(struct ubi_device *ubi, int pnum)
	}

	err = patt_count;
	ubi_msg("PEB %d passed torture test, do not mark it a bad", pnum);
	ubi_msg("PEB %d passed torture test, do not mark it as bad", pnum);

out:
	mutex_unlock(&ubi->buf_mutex);