mirror of
https://github.com/smaeul/u-boot.git
synced 2025-10-14 12:56:00 +01:00
drivers/mtd/ubispl/ubispl.c: Fix spelling of "mismatched".
This commit is contained in:
parent
11872975fd
commit
70463798b2
@ -953,7 +953,7 @@ retry:
|
|||||||
* Check, if the total number of blocks is correct
|
* Check, if the total number of blocks is correct
|
||||||
*/
|
*/
|
||||||
if (be32_to_cpu(vh->used_ebs) != last) {
|
if (be32_to_cpu(vh->used_ebs) != last) {
|
||||||
ubi_dbg("Block count missmatch.");
|
ubi_dbg("Block count mismatch.");
|
||||||
ubi_dbg("vh->used_ebs: %d nrblocks: %d",
|
ubi_dbg("vh->used_ebs: %d nrblocks: %d",
|
||||||
be32_to_cpu(vh->used_ebs), last);
|
be32_to_cpu(vh->used_ebs), last);
|
||||||
generic_set_bit(pnum, ubi->corrupt);
|
generic_set_bit(pnum, ubi->corrupt);
|
||||||
|
Loading…
x
Reference in New Issue
Block a user