aboutsummaryrefslogtreecommitdiffstats
path: root/drivers/mtd/ubi/ubi.h
diff options
context:
space:
mode:
authorArtem Bityutskiy <Artem.Bityutskiy@nokia.com>2009-06-08 12:28:18 -0400
committerArtem Bityutskiy <Artem.Bityutskiy@nokia.com>2009-06-10 09:13:27 -0400
commit815bc5f8fe516f55291aef90f2142073821e7a9c (patch)
tree6e56f146f9653c3772738488b2ec137d7c8e4cae /drivers/mtd/ubi/ubi.h
parent21d08bbcb19d9cdef8ab5b584f25b50d842068e9 (diff)
UBI: fix multiple spelling typos
Some of the typos were indicated by Adrian Hunter, some by 'aspell'. Signed-off-by: Artem Bityutskiy <Artem.Bityutskiy@nokia.com>
Diffstat (limited to 'drivers/mtd/ubi/ubi.h')
-rw-r--r--drivers/mtd/ubi/ubi.h4
1 files changed, 2 insertions, 2 deletions
diff --git a/drivers/mtd/ubi/ubi.h b/drivers/mtd/ubi/ubi.h
index 82da62bde413..70ce48b95b64 100644
--- a/drivers/mtd/ubi/ubi.h
+++ b/drivers/mtd/ubi/ubi.h
@@ -333,8 +333,8 @@ struct ubi_wl_entry;
333 * protected from the wear-leveling worker) 333 * protected from the wear-leveling worker)
334 * @pq_head: protection queue head 334 * @pq_head: protection queue head
335 * @wl_lock: protects the @used, @free, @pq, @pq_head, @lookuptbl, @move_from, 335 * @wl_lock: protects the @used, @free, @pq, @pq_head, @lookuptbl, @move_from,
336 * @move_to, @move_to_put @erase_pending, @wl_scheduled, @works and 336 * @move_to, @move_to_put @erase_pending, @wl_scheduled, @works,
337 * @erroneous_peb_count fields 337 * @erroneous, and @erroneous_peb_count fields
338 * @move_mutex: serializes eraseblock moves 338 * @move_mutex: serializes eraseblock moves
339 * @work_sem: synchronizes the WL worker with use tasks 339 * @work_sem: synchronizes the WL worker with use tasks
340 * @wl_scheduled: non-zero if the wear-leveling was scheduled 340 * @wl_scheduled: non-zero if the wear-leveling was scheduled