Loading drivers/mtd/ubi/io.c +1 −1 Original line number Diff line number Diff line Loading @@ -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); Loading Loading
drivers/mtd/ubi/io.c +1 −1 Original line number Diff line number Diff line Loading @@ -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); Loading