diff options
author | Jilin Yuan <yuanjilin@cdjrlc.com> | 2022-10-28 21:40:36 +0800 |
---|---|---|
committer | Miquel Raynal <miquel.raynal@bootlin.com> | 2022-11-07 17:14:21 +0100 |
commit | 077dc37db1e1da1f0e6a745328e4caa6d414e501 (patch) | |
tree | 57b0fd127dd2667d6c8fe5c88f569bc88bc0f635 /drivers/mtd/inftlcore.c | |
parent | 1aadf01e5076b9ab6bf294b9622335c651314895 (diff) | |
download | linux-077dc37db1e1da1f0e6a745328e4caa6d414e501.tar.bz2 |
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.c | 2 |
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); |