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

mtd: inftlcore: fix repeated words in comments

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

authored by

Jilin Yuan and committed by
Miquel Raynal
077dc37d 1aadf01e

+1 -1
+1 -1
drivers/mtd/inftlcore.c
··· 356 356 * Newest unit in chain now contains data from _all_ older units. 357 357 * So go through and erase each unit in chain, oldest first. (This 358 358 * is important, by doing oldest first if we crash/reboot then it 359 - * it is relatively simple to clean up the mess). 359 + * is relatively simple to clean up the mess). 360 360 */ 361 361 pr_debug("INFTL: want to erase virtual chain %d\n", thisVUC); 362 362