ubi: fastmap: Fix typo in comments

There are a typo(dont't) in comments.
Fix it.

Signed-off-by: Zhang Jiaming <jiaming@nfschina.com>
Reviewed-by: Zhihao Cheng <chengzhihao1@huawei.com>
Signed-off-by: Richard Weinberger <richard@nod.at>
This commit is contained in:
Zhang Jiaming 2022-07-04 10:13:56 +08:00 committed by Richard Weinberger
parent ec1f97f501
commit b58b252800

View file

@ -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_bitflip_check - Check an eraseblock for bitflips and scrub it if needed.
* @ubi: UBI device description object * @ubi: UBI device description object
* @pnum: the physical eraseblock to schedule * @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. * This function reads the given eraseblock and checks if bitflips occured.
* In case of bitflips, the eraseblock is scheduled for scrubbing. * In case of bitflips, the eraseblock is scheduled for scrubbing.