diff options
author | Andrew F. Davis <afd@ti.com> | 2017-01-05 23:44:49 +0300 |
---|---|---|
committer | Jiri Kosina <jkosina@suse.cz> | 2017-03-24 17:33:32 +0300 |
commit | 2fae13124faadf08e597924b7d0e6c8a9a12681e (patch) | |
tree | 9dfbd8821b85a79ba8b233d71eaf783260a3f469 /drivers/mtd/ubi/ubi.h | |
parent | 12f54139d83250fe46e8cb5399ad16804c7aaf1e (diff) | |
download | linux-2fae13124faadf08e597924b7d0e6c8a9a12681e.tar.xz |
UBI: Fix typos
Signed-off-by: Andrew F. Davis <afd@ti.com>
Signed-off-by: Jiri Kosina <jkosina@suse.cz>
Diffstat (limited to 'drivers/mtd/ubi/ubi.h')
-rw-r--r-- | drivers/mtd/ubi/ubi.h | 3 |
1 files changed, 1 insertions, 2 deletions
diff --git a/drivers/mtd/ubi/ubi.h b/drivers/mtd/ubi/ubi.h index 697dbcba7371..5fe62653995e 100644 --- a/drivers/mtd/ubi/ubi.h +++ b/drivers/mtd/ubi/ubi.h @@ -544,8 +544,7 @@ struct ubi_debug_info { * @vid_hdr_aloffset: starting offset of the VID header aligned to * @hdrs_min_io_size * @vid_hdr_shift: contains @vid_hdr_offset - @vid_hdr_aloffset - * @bad_allowed: whether the MTD device admits of bad physical eraseblocks or - * not + * @bad_allowed: whether the MTD device admits bad physical eraseblocks or not * @nor_flash: non-zero if working on top of NOR flash * @max_write_size: maximum amount of bytes the underlying flash can write at a * time (MTD write buffer size) |