Skip to content

Commit b58b252

Browse files
Zhang Jiamingrichardweinberger
authored andcommitted
ubi: fastmap: Fix typo in comments
There are a typo(dont't) in comments. Fix it. Signed-off-by: Zhang Jiaming <[email protected]> Reviewed-by: Zhihao Cheng <[email protected]> Signed-off-by: Richard Weinberger <[email protected]>
1 parent ec1f97f commit b58b252

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

drivers/mtd/ubi/wl.c

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1464,7 +1464,7 @@ static bool scrub_possible(struct ubi_device *ubi, struct ubi_wl_entry *e)
14641464
* ubi_bitflip_check - Check an eraseblock for bitflips and scrub it if needed.
14651465
* @ubi: UBI device description object
14661466
* @pnum: the physical eraseblock to schedule
1467-
* @force: dont't read the block, assume bitflips happened and take action.
1467+
* @force: don't read the block, assume bitflips happened and take action.
14681468
*
14691469
* This function reads the given eraseblock and checks if bitflips occured.
14701470
* In case of bitflips, the eraseblock is scheduled for scrubbing.

0 commit comments

Comments
 (0)