projects
/
linux.git
/ commitdiff
commit
grep
author
committer
pickaxe
?
search:
re
summary
|
shortlog
|
log
|
commit
| commitdiff |
tree
raw
|
patch
| inline |
side by side
(parent:
f535ca4
)
mtd: Fix a typo in a comment
author
Christophe JAILLET
<christophe.jaillet@wanadoo.fr>
Sat, 6 Aug 2022 20:07:22 +0000
(22:07 +0200)
committer
Miquel Raynal
<miquel.raynal@bootlin.com>
Mon, 19 Sep 2022 16:14:53 +0000
(18:14 +0200)
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
drivers/mtd/mtdpstore.c
patch
|
blob
|
history
diff --git
a/drivers/mtd/mtdpstore.c
b/drivers/mtd/mtdpstore.c
index e13d42c0acb0f5407bdc57de95eecda8cdd0461f..7ac8ac90130685c9fdd7b4d166dee51dbe3d695e 100644
(file)
--- 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 mtdps
ot
re
+ * is larger than erasesize, some errors will occur since mtdps
to
re
* is designed on it.
*/
if (mtd->erasesize < info->kmsg_size) {