diff mbox series

mtd: inftlcore: fix repeated words in comments

Message ID 20221028134036.63000-1-yuanjilin@cdjrlc.com
State Accepted
Headers show
Series mtd: inftlcore: fix repeated words in comments | expand

Commit Message

Jilin Yuan Oct. 28, 2022, 1:40 p.m. UTC
Delete the redundant word 'it'.

Signed-off-by: Jilin Yuan <yuanjilin@cdjrlc.com>
---
 drivers/mtd/inftlcore.c | 2 +-
 1 file changed, 1 insertion(+), 1 deletion(-)

Comments

Miquel Raynal Nov. 7, 2022, 4:20 p.m. UTC | #1
On Fri, 2022-10-28 at 13:40:36 UTC, Jilin Yuan wrote:
> Delete the redundant word 'it'.
> 
> Signed-off-by: Jilin Yuan <yuanjilin@cdjrlc.com>

Applied to https://git.kernel.org/pub/scm/linux/kernel/git/mtd/linux.git mtd/next, thanks.

Miquel
diff mbox series

Patch

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);