diff mbox series

[02/11] drivers/mtd/ubispl/ubispl.c: Fix spelling of "mismatched".

Message ID 20211221210702.11123-2-vagrant@debian.org
State Accepted
Commit 70463798b291d7629bf69c63deb20c772bb85a13
Delegated to: Tom Rini
Headers show
Series [01/11] arch/arm/mach-bcm283x/msg.c: Fix spelling of "Failed". | expand

Commit Message

Vagrant Cascadian Dec. 21, 2021, 9:06 p.m. UTC
---
 drivers/mtd/ubispl/ubispl.c | 2 +-
 1 file changed, 1 insertion(+), 1 deletion(-)

Comments

Tom Rini Jan. 13, 2022, 2:24 p.m. UTC | #1
On Tue, Dec 21, 2021 at 01:06:53PM -0800, Vagrant Cascadian wrote:


Applied to u-boot/master, thanks!
diff mbox series

Patch

diff --git a/drivers/mtd/ubispl/ubispl.c b/drivers/mtd/ubispl/ubispl.c
index 03b31f002b..b58d8e8d56 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);