mtd: inftlcore: fix repeated words in comments
authorJilin Yuan <yuanjilin@cdjrlc.com>
Fri, 28 Oct 2022 13:40:36 +0000 (21:40 +0800)
committerMiquel Raynal <miquel.raynal@bootlin.com>
Mon, 7 Nov 2022 16:14:21 +0000 (17:14 +0100)
Delete the redundant word 'it'.

Signed-off-by: Jilin Yuan <yuanjilin@cdjrlc.com>
Signed-off-by: Miquel Raynal <miquel.raynal@bootlin.com>
Link: https://lore.kernel.org/linux-mtd/20221028134036.63000-1-yuanjilin@cdjrlc.com
drivers/mtd/inftlcore.c

index 58ca1c21ebe671b724620d689a025c81c828637d..9739387cff8c9170ba3ed3ce1e12d9ce6dfd76e7 100644 (file)
@@ -356,7 +356,7 @@ static u16 INFTL_foldchain(struct INFTLrecord *inftl, unsigned thisVUC, unsigned
         * Newest unit in chain now contains data from _all_ older units.
         * So go through and erase each unit in chain, oldest first. (This
         * is important, by doing oldest first if we crash/reboot then it
-        * it is relatively simple to clean up the mess).
+        * is relatively simple to clean up the mess).
         */
        pr_debug("INFTL: want to erase virtual chain %d\n", thisVUC);