Linux kernel mirror (for testing) git.kernel.org/pub/scm/linux/kernel/git/torvalds/linux.git
kernel os linux

mtd: fix repeated word in comment

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

authored by

wangjianli and committed by
Miquel Raynal
9ee67182 80b7e928

+1 -1
+1 -1
drivers/mtd/mtdconcat.c
··· 836 836 837 837 /* 838 838 * walk the map of the new device once more and fill in 839 - * in erase region info: 839 + * erase region info: 840 840 */ 841 841 curr_erasesize = subdev[0]->erasesize; 842 842 begin = position = 0;