From: Zhang Jiaming Date: Mon, 4 Jul 2022 02:13:56 +0000 (+0800) Subject: ubi: fastmap: Fix typo in comments X-Git-Tag: v6.1-rc1~13^2~6 X-Git-Url: http://git.ipfire.org/?a=commitdiff_plain;h=b58b25280003f078f9b861656ca097074267f75a;p=thirdparty%2Flinux.git ubi: fastmap: Fix typo in comments There are a typo(dont't) in comments. Fix it. Signed-off-by: Zhang Jiaming Reviewed-by: Zhihao Cheng Signed-off-by: Richard Weinberger --- diff --git a/drivers/mtd/ubi/wl.c b/drivers/mtd/ubi/wl.c index 0fadd55beee0f..68eb0f21b3fe2 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.