Skip to content

Commit 13a9646

Browse files
Colin Ian Kingmiquelraynal
authored andcommitted
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 <[email protected]> Signed-off-by: Miquel Raynal <[email protected]> Link: https://lore.kernel.org/linux-mtd/[email protected]
1 parent 46b5889 commit 13a9646

File tree

2 files changed

+2
-2
lines changed

2 files changed

+2
-2
lines changed

drivers/mtd/inftlmount.c

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -130,7 +130,7 @@ static int find_boot_record(struct INFTLrecord *inftl)
130130
" NoOfBootImageBlocks = %d\n"
131131
" NoOfBinaryPartitions = %d\n"
132132
" NoOfBDTLPartitions = %d\n"
133-
" BlockMultiplerBits = %d\n"
133+
" BlockMultiplierBits = %d\n"
134134
" FormatFlgs = %d\n"
135135
" OsakVersion = 0x%x\n"
136136
" PercentUsed = %d\n",

drivers/mtd/nand/raw/diskonchip.c

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1169,7 +1169,7 @@ static inline int __init inftl_partscan(struct mtd_info *mtd, struct mtd_partiti
11691169
" NoOfBootImageBlocks = %d\n"
11701170
" NoOfBinaryPartitions = %d\n"
11711171
" NoOfBDTLPartitions = %d\n"
1172-
" BlockMultiplerBits = %d\n"
1172+
" BlockMultiplierBits = %d\n"
11731173
" FormatFlgs = %d\n"
11741174
" OsakVersion = %d.%d.%d.%d\n"
11751175
" PercentUsed = %d\n",

0 commit comments

Comments
 (0)