projects
/
u-boot.git
/ commitdiff
commit
grep
author
committer
pickaxe
?
search:
re
summary
|
shortlog
|
log
|
commit
| commitdiff |
tree
raw
|
patch
| inline |
side by side
(parent:
1187297
)
drivers/mtd/ubispl/ubispl.c: Fix spelling of "mismatched".
author
Vagrant Cascadian
<vagrant@debian.org>
Tue, 21 Dec 2021 21:06:53 +0000
(13:06 -0800)
committer
Tom Rini
<trini@konsulko.com>
Thu, 13 Jan 2022 12:57:49 +0000
(07:57 -0500)
drivers/mtd/ubispl/ubispl.c
patch
|
blob
|
history
diff --git
a/drivers/mtd/ubispl/ubispl.c
b/drivers/mtd/ubispl/ubispl.c
index 03b31f002b95f4a642c4fec7601330a61344837b..b58d8e8d5656c41dea1ea17fbde382a1db2f2384 100644
(file)
--- a/
drivers/mtd/ubispl/ubispl.c
+++ b/
drivers/mtd/ubispl/ubispl.c
@@
-953,7
+953,7
@@
retry:
* Check, if the total number of blocks is correct
*/
if (be32_to_cpu(vh->used_ebs) != last) {
- ubi_dbg("Block count mis
s
match.");
+ ubi_dbg("Block count mismatch.");
ubi_dbg("vh->used_ebs: %d nrblocks: %d",
be32_to_cpu(vh->used_ebs), last);
generic_set_bit(pnum, ubi->corrupt);