Linux kernel mirror (for testing) git.kernel.org/pub/scm/linux/kernel/git/torvalds/linux.git
kernel os linux

mtd: fix spelling mistake "BlockMultiplerBits" -> "BlockMultiplierBits"

There is a spelling mistake (missing i) in pr_info messages. Fix these.

Signed-off-by: Colin Ian King <colin.king@canonical.com>
Signed-off-by: Miquel Raynal <miquel.raynal@bootlin.com>
Link: https://lore.kernel.org/linux-mtd/20200208113612.817988-1-colin.king@canonical.com

authored by

Colin Ian King and committed by
Miquel Raynal
13a96466 46b5889c

+2 -2
+1 -1
drivers/mtd/inftlmount.c
··· 130 130 " NoOfBootImageBlocks = %d\n" 131 131 " NoOfBinaryPartitions = %d\n" 132 132 " NoOfBDTLPartitions = %d\n" 133 - " BlockMultiplerBits = %d\n" 133 + " BlockMultiplierBits = %d\n" 134 134 " FormatFlgs = %d\n" 135 135 " OsakVersion = 0x%x\n" 136 136 " PercentUsed = %d\n",
+1 -1
drivers/mtd/nand/raw/diskonchip.c
··· 1169 1169 " NoOfBootImageBlocks = %d\n" 1170 1170 " NoOfBinaryPartitions = %d\n" 1171 1171 " NoOfBDTLPartitions = %d\n" 1172 - " BlockMultiplerBits = %d\n" 1172 + " BlockMultiplierBits = %d\n" 1173 1173 " FormatFlgs = %d\n" 1174 1174 " OsakVersion = %d.%d.%d.%d\n" 1175 1175 " PercentUsed = %d\n",