projects
/
profile
/
ivi
/
kernel-adaptation-intel-automotive.git
/ commitdiff
commit
grep
author
committer
pickaxe
?
search:
re
summary
|
shortlog
|
log
|
commit
| commitdiff |
tree
raw
|
patch
| inline |
side by side
(parent:
feddbb3
)
UBI: fix typo in a message
author
Artem Bityutskiy
<Artem.Bityutskiy@nokia.com>
Thu, 14 Apr 2011 08:36:31 +0000
(11:36 +0300)
committer
Artem Bityutskiy
<Artem.Bityutskiy@nokia.com>
Thu, 14 Apr 2011 10:38:59 +0000
(13:38 +0300)
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: Artem Bityutskiy <Artem.Bityutskiy@nokia.com>
drivers/mtd/ubi/io.c
patch
|
blob
|
history
diff --git
a/drivers/mtd/ubi/io.c
b/drivers/mtd/ubi/io.c
index
d58ceb1
..
8c1b1c7
100644
(file)
--- a/
drivers/mtd/ubi/io.c
+++ b/
drivers/mtd/ubi/io.c
@@
-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 a
s
bad", pnum);
out:
mutex_unlock(&ubi->buf_mutex);