[<prev] [next>] [day] [month] [year] [list]
Message-Id: <20220704021356.14849-1-jiaming@nfschina.com>
Date: Mon, 4 Jul 2022 10:13:56 +0800
From: Zhang Jiaming <jiaming@...china.com>
To: richard@....at, miquel.raynal@...tlin.com, vigneshr@...com
Cc: linux-mtd@...ts.infradead.org, linux-kernel@...r.kernel.org,
liqiong@...china.com, renyu@...china.com,
Zhang Jiaming <jiaming@...china.com>
Subject: [PATCH] ubi: fastmap: Fix typo in comments
There are a typo(dont't) in comments.
Fix it.
Signed-off-by: Zhang Jiaming <jiaming@...china.com>
---
drivers/mtd/ubi/wl.c | 2 +-
1 file changed, 1 insertion(+), 1 deletion(-)
diff --git a/drivers/mtd/ubi/wl.c b/drivers/mtd/ubi/wl.c
index 55bae06cf408..ab413a674783 100644
--- a/drivers/mtd/ubi/wl.c
+++ b/drivers/mtd/ubi/wl.c
@@ -1464,7 +1464,7 @@ static bool scrub_possible(struct ubi_device *ubi, struct ubi_wl_entry *e)
* ubi_bitflip_check - Check an eraseblock for bitflips and scrub it if needed.
* @ubi: UBI device description object
* @pnum: the physical eraseblock to schedule
- * @force: dont't read the block, assume bitflips happened and take action.
+ * @force: don't read the block, assume bitflips happened and take action.
*
* This function reads the given eraseblock and checks if bitflips occured.
* In case of bitflips, the eraseblock is scheduled for scrubbing.
--
2.34.1
Powered by blists - more mailing lists