OSDN Git Service

mtd: fix spelling mistake "BlockMultiplerBits" -> "BlockMultiplierBits"
authorColin Ian King <colin.king@canonical.com>
Sat, 8 Feb 2020 11:36:12 +0000 (11:36 +0000)
committerMiquel Raynal <miquel.raynal@bootlin.com>
Wed, 11 Mar 2020 13:49:30 +0000 (14:49 +0100)
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
drivers/mtd/inftlmount.c
drivers/mtd/nand/raw/diskonchip.c

index 54b176d..af16d34 100644 (file)
@@ -130,7 +130,7 @@ static int find_boot_record(struct INFTLrecord *inftl)
                         "    NoOfBootImageBlocks   = %d\n"
                         "    NoOfBinaryPartitions  = %d\n"
                         "    NoOfBDTLPartitions    = %d\n"
-                        "    BlockMultiplerBits    = %d\n"
+                        "    BlockMultiplierBits   = %d\n"
                         "    FormatFlgs            = %d\n"
                         "    OsakVersion           = 0x%x\n"
                         "    PercentUsed           = %d\n",
index c0e1a8e..2833c49 100644 (file)
@@ -1169,7 +1169,7 @@ static inline int __init inftl_partscan(struct mtd_info *mtd, struct mtd_partiti
                "    NoOfBootImageBlocks   = %d\n"
                "    NoOfBinaryPartitions  = %d\n"
                "    NoOfBDTLPartitions    = %d\n"
-               "    BlockMultiplerBits    = %d\n"
+               "    BlockMultiplierBits   = %d\n"
                "    FormatFlgs            = %d\n"
                "    OsakVersion           = %d.%d.%d.%d\n"
                "    PercentUsed           = %d\n",