projects
/
linux.git
/ commitdiff
commit
grep
author
committer
pickaxe
?
search:
re
summary
|
shortlog
|
log
|
commit
| commitdiff |
tree
raw
|
patch
| inline |
side by side
(parent:
80b7e92
)
mtd: fix repeated word in comment
author
wangjianli
<wangjianli@cdjrlc.com>
Thu, 8 Sep 2022 12:22:29 +0000
(20:22 +0800)
committer
Miquel Raynal
<miquel.raynal@bootlin.com>
Tue, 20 Sep 2022 08:40:30 +0000
(10:40 +0200)
Delete the redundant word 'in'.
Signed-off-by: wangjianli <wangjianli@cdjrlc.com>
Signed-off-by: Miquel Raynal <miquel.raynal@bootlin.com>
Link:
https://lore.kernel.org/linux-mtd/20220908122229.10814-1-wangjianli@cdjrlc.com
drivers/mtd/mtdconcat.c
patch
|
blob
|
history
diff --git
a/drivers/mtd/mtdconcat.c
b/drivers/mtd/mtdconcat.c
index f685a581df481a12837d0f3f055801213a5429d5..193428de6a4bdfc324bd7c985ec7ebda28a658e6 100644
(file)
--- a/
drivers/mtd/mtdconcat.c
+++ b/
drivers/mtd/mtdconcat.c
@@
-836,7
+836,7
@@
struct mtd_info *mtd_concat_create(struct mtd_info *subdev[], /* subdevices to c
/*
* walk the map of the new device once more and fill in
- *
in
erase region info:
+ * erase region info:
*/
curr_erasesize = subdev[0]->erasesize;
begin = position = 0;