aboutsummaryrefslogtreecommitdiffstats
path: root/drivers/mtd
diff options
context:
space:
mode:
authorChristophe JAILLET <christophe.jaillet@wanadoo.fr>2022-08-06 22:07:22 +0200
committerMiquel Raynal <miquel.raynal@bootlin.com>2022-09-19 18:14:53 +0200
commit8d704c4e1ead92b6185d6aedeb08ac6a85c4a42a (patch)
tree75c3d52e310cbf43ae8a451bd348b4b6e97e3eed /drivers/mtd
parentmtd: devices: docg3: Use correct function names in comment blocks (diff)
downloadlinux-dev-8d704c4e1ead92b6185d6aedeb08ac6a85c4a42a.tar.xz
linux-dev-8d704c4e1ead92b6185d6aedeb08ac6a85c4a42a.zip
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
Diffstat (limited to 'drivers/mtd')
-rw-r--r--drivers/mtd/mtdpstore.c2
1 files changed, 1 insertions, 1 deletions
diff --git a/drivers/mtd/mtdpstore.c b/drivers/mtd/mtdpstore.c
index e13d42c0acb0..7ac8ac901306 100644
--- a/drivers/mtd/mtdpstore.c
+++ b/drivers/mtd/mtdpstore.c
@@ -401,7 +401,7 @@ static void mtdpstore_notify_add(struct mtd_info *mtd)
/*
* kmsg_size must be aligned to 4096 Bytes, which is limited by
* psblk. The default value of kmsg_size is 64KB. If kmsg_size
- * is larger than erasesize, some errors will occur since mtdpsotre
+ * is larger than erasesize, some errors will occur since mtdpstore
* is designed on it.
*/
if (mtd->erasesize < info->kmsg_size) {