drivers/mtd/ubispl/ubispl.c: Fix spelling of "mismatched".

This commit is contained in:
Vagrant Cascadian 2021-12-21 13:06:53 -08:00 committed by Tom Rini
parent 11872975fd
commit 70463798b2

View File

@ -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 missmatch.");
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);