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

mtd: Fix a typo in a comment

o and t are swapped.
s/mtdpsotre/mtdpstore/

Signed-off-by: Christophe JAILLET <christophe.jaillet@wanadoo.fr>
Signed-off-by: Miquel Raynal <miquel.raynal@bootlin.com>
Link: https://lore.kernel.org/linux-mtd/de1b1134f056ea7563bb0a9bb2f66ede1475728d.1659816434.git.christophe.jaillet@wanadoo.fr

authored by

Christophe JAILLET and committed by
Miquel Raynal
8d704c4e f535ca40

+1 -1
+1 -1
drivers/mtd/mtdpstore.c
··· 401 401 /* 402 402 * kmsg_size must be aligned to 4096 Bytes, which is limited by 403 403 * psblk. The default value of kmsg_size is 64KB. If kmsg_size 404 - * is larger than erasesize, some errors will occur since mtdpsotre 404 + * is larger than erasesize, some errors will occur since mtdpstore 405 405 * is designed on it. 406 406 */ 407 407 if (mtd->erasesize < info->kmsg_size) {