Skip to content

Commit

Permalink
mtd: fix spelling mistake "BlockMultiplerBits" -> "BlockMultiplierBits"
Browse files Browse the repository at this point in the history
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
  • Loading branch information
Colin Ian King authored and Miquel Raynal committed Mar 11, 2020
1 parent 46b5889 commit 13a9646
Show file tree
Hide file tree
Showing 2 changed files with 2 additions and 2 deletions.
2 changes: 1 addition & 1 deletion drivers/mtd/inftlmount.c
Original file line number Diff line number Diff line change
Expand Up @@ -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",
Expand Down
2 changes: 1 addition & 1 deletion drivers/mtd/nand/raw/diskonchip.c
Original file line number Diff line number Diff line change
Expand Up @@ -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",
Expand Down

0 comments on commit 13a9646

Please sign in to comment.