From: Vagrant Cascadian Date: Tue, 21 Dec 2021 21:06:53 +0000 (-0800) Subject: drivers/mtd/ubispl/ubispl.c: Fix spelling of "mismatched". X-Git-Tag: v2022.07~233^2~9 X-Git-Url: http://review.tizen.org/git/?a=commitdiff_plain;h=70463798b291d7629bf69c63deb20c772bb85a13;p=platform%2Fkernel%2Fu-boot.git drivers/mtd/ubispl/ubispl.c: Fix spelling of "mismatched". --- diff --git a/drivers/mtd/ubispl/ubispl.c b/drivers/mtd/ubispl/ubispl.c index 03b31f0..b58d8e8 100644 --- 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 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);