diff options
Diffstat (limited to 'drivers/mtd/ubi/ubi.h')
-rw-r--r-- | drivers/mtd/ubi/ubi.h | 3 |
1 files changed, 2 insertions, 1 deletions
diff --git a/drivers/mtd/ubi/ubi.h b/drivers/mtd/ubi/ubi.h index 7bf416329c19..f2933df15f9c 100644 --- a/drivers/mtd/ubi/ubi.h +++ b/drivers/mtd/ubi/ubi.h | |||
@@ -439,7 +439,8 @@ struct ubi_debug_info { | |||
439 | * @move_to, @move_to_put @erase_pending, @wl_scheduled, @works, | 439 | * @move_to, @move_to_put @erase_pending, @wl_scheduled, @works, |
440 | * @erroneous, and @erroneous_peb_count fields | 440 | * @erroneous, and @erroneous_peb_count fields |
441 | * @move_mutex: serializes eraseblock moves | 441 | * @move_mutex: serializes eraseblock moves |
442 | * @work_sem: synchronizes the WL worker with use tasks | 442 | * @work_sem: used to wait for all the scheduled works to finish and prevent |
443 | * new works from being submitted | ||
443 | * @wl_scheduled: non-zero if the wear-leveling was scheduled | 444 | * @wl_scheduled: non-zero if the wear-leveling was scheduled |
444 | * @lookuptbl: a table to quickly find a &struct ubi_wl_entry object for any | 445 | * @lookuptbl: a table to quickly find a &struct ubi_wl_entry object for any |
445 | * physical eraseblock | 446 | * physical eraseblock |