]> git.baikalelectronics.ru Git - kernel.git/commitdiff
mtd: fix repeated word in comment
authorwangjianli <wangjianli@cdjrlc.com>
Thu, 8 Sep 2022 12:22:29 +0000 (20:22 +0800)
committerMiquel 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

index f685a581df481a12837d0f3f055801213a5429d5..193428de6a4bdfc324bd7c985ec7ebda28a658e6 100644 (file)
@@ -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;