Commit 9ee67182 authored by wangjianli's avatar wangjianli Committed by Miquel Raynal

mtd: fix repeated word in comment

Delete the redundant word 'in'.
Signed-off-by: default avatarwangjianli <wangjianli@cdjrlc.com>
Signed-off-by: default avatarMiquel Raynal <miquel.raynal@bootlin.com>
Link: https://lore.kernel.org/linux-mtd/20220908122229.10814-1-wangjianli@cdjrlc.com
parent 80b7e928
......@@ -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;
......
Markdown is supported
0%
or
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment