summaryrefslogtreecommitdiff
path: root/drivers/mtd/inftlcore.c
diff options
context:
space:
mode:
authorJilin Yuan <yuanjilin@cdjrlc.com>2022-10-28 16:40:36 +0300
committerMiquel Raynal <miquel.raynal@bootlin.com>2022-11-07 19:14:21 +0300
commit077dc37db1e1da1f0e6a745328e4caa6d414e501 (patch)
tree57b0fd127dd2667d6c8fe5c88f569bc88bc0f635 /drivers/mtd/inftlcore.c
parent1aadf01e5076b9ab6bf294b9622335c651314895 (diff)
downloadlinux-077dc37db1e1da1f0e6a745328e4caa6d414e501.tar.xz
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
Diffstat (limited to 'drivers/mtd/inftlcore.c')
-rw-r--r--drivers/mtd/inftlcore.c2
1 files changed, 1 insertions, 1 deletions
diff --git a/drivers/mtd/inftlcore.c b/drivers/mtd/inftlcore.c
index 58ca1c21ebe6..9739387cff8c 100644
--- a/drivers/mtd/inftlcore.c
+++ b/drivers/mtd/inftlcore.c
@@ -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);