]> Gitweb @ Texas Instruments - Open Source Git Repositories - git.TI.com/gitweb - rpmsg/hwspinlock.git/commitdiff
UBI: Fix typos
authorAndrew F. Davis <afd@ti.com>
Thu, 5 Jan 2017 20:44:49 +0000 (14:44 -0600)
committerJiri Kosina <jkosina@suse.cz>
Fri, 24 Mar 2017 14:33:32 +0000 (15:33 +0100)
Signed-off-by: Andrew F. Davis <afd@ti.com>
Signed-off-by: Jiri Kosina <jkosina@suse.cz>
drivers/mtd/ubi/Kconfig
drivers/mtd/ubi/io.c
drivers/mtd/ubi/ubi.h

index f0855ce08ed9ac81c1e1460ae04d10ddc312967e..43d131f5ae103e489cb11e44854e6a02f2eb073d 100644 (file)
@@ -2,7 +2,7 @@ menuconfig MTD_UBI
        tristate "Enable UBI - Unsorted block images"
        select CRC32
        help
-         UBI is a software layer above MTD layer which admits of LVM-like
+         UBI is a software layer above MTD layer which admits use of LVM-like
          logical volumes on top of MTD devices, hides some complexities of
          flash chips like wear and bad blocks and provides some other useful
          capabilities. Please, consult the MTD web site for more details
index b6fb8f945c21919a28436ead4f4368fef672e907..8290432017ce35f6f7abbc7d2a7ef06c6da00cb2 100644 (file)
@@ -45,7 +45,7 @@
  * About minimal I/O units. In general, UBI assumes flash device model where
  * there is only one minimal I/O unit size. E.g., in case of NOR flash it is 1,
  * in case of NAND flash it is a NAND page, etc. This is reported by MTD in the
- * @ubi->mtd->writesize field. But as an exception, UBI admits of using another
+ * @ubi->mtd->writesize field. But as an exception, UBI admits use of another
  * (smaller) minimal I/O unit size for EC and VID headers to make it possible
  * to do different optimizations.
  *
index 697dbcba7371b13b561289f152c20cedcf283529..5fe62653995ea308d2953c707c177857b5e7911f 100644 (file)
@@ -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)