yaffs: Change all yaffs, YAFFS and Yaffs in Kconfig to yaffs
authorCharles Manning <cdhmanning@gmail.com>
Mon, 31 Jan 2011 03:13:04 +0000 (16:13 +1300)
committerCharles Manning <cdhmanning@gmail.com>
Mon, 31 Jan 2011 03:13:04 +0000 (16:13 +1300)
Some people prefer consistency.

Signed-off-by: Charles Manning <cdhmanning@gmail.com>
Kconfig

diff --git a/Kconfig b/Kconfig
index 635414059997d1efcd89eea9e49cc068bcaf6004..658feea5ff55ef43a692b33c38f3aefa73b21524 100644 (file)
--- a/Kconfig
+++ b/Kconfig
@@ -1,23 +1,23 @@
 #
 #
-# YAFFS file system configurations
+# yaffs file system configurations
 #
 
 config YAFFS_FS
 #
 
 config YAFFS_FS
-       tristate "YAFFS2 file system support"
+       tristate "yaffs2 file system support"
        default n
        depends on MTD_BLOCK
        select YAFFS_YAFFS1
        select YAFFS_YAFFS2
        help
        default n
        depends on MTD_BLOCK
        select YAFFS_YAFFS1
        select YAFFS_YAFFS2
        help
-         YAFFS2, or Yet Another Flash Filing System, is a filing system
+         yaffs2, or Yet Another Flash File System, is a file system
          optimised for NAND Flash chips.
 
          optimised for NAND Flash chips.
 
-         To compile the YAFFS2 file system support as a module, choose M
+         To compile the yaffs2 file system support as a module, choose M
          here: the module will be called yaffs2.
 
          If unsure, say N.
 
          here: the module will be called yaffs2.
 
          If unsure, say N.
 
-         Further information on YAFFS2 is available at
+         Further information on yaffs2 is available at
          <http://www.aleph1.co.uk/yaffs/>.
 
 config YAFFS_YAFFS1
          <http://www.aleph1.co.uk/yaffs/>.
 
 config YAFFS_YAFFS1
@@ -25,7 +25,7 @@ config YAFFS_YAFFS1
        depends on YAFFS_FS
        default y
        help
        depends on YAFFS_FS
        default y
        help
-         Enable YAFFS1 support -- yaffs for 512 byte / page devices
+         Enable yaffs1 support -- yaffs for 512 byte / page devices
 
          Not needed for 2K-page devices.
 
 
          Not needed for 2K-page devices.
 
@@ -49,11 +49,11 @@ config YAFFS_9BYTE_TAGS
          If unsure, say N.
 
 config YAFFS_DOES_ECC
          If unsure, say N.
 
 config YAFFS_DOES_ECC
-       bool "Lets Yaffs do its own ECC"
+       bool "Lets yaffs do its own ECC"
        depends on YAFFS_FS && YAFFS_YAFFS1 && !YAFFS_9BYTE_TAGS
        default n
        help
        depends on YAFFS_FS && YAFFS_YAFFS1 && !YAFFS_9BYTE_TAGS
        default n
        help
-         This enables Yaffs to use its own ECC functions instead of using
+         This enables yaffs to use its own ECC functions instead of using
          the ones from the generic MTD-NAND driver.
 
          If unsure, say N.
          the ones from the generic MTD-NAND driver.
 
          If unsure, say N.
@@ -74,7 +74,7 @@ config YAFFS_YAFFS2
        depends on YAFFS_FS
        default y
        help
        depends on YAFFS_FS
        default y
        help
-         Enable YAFFS2 support -- yaffs for >= 2K bytes per page devices
+         Enable yaffs2 support -- yaffs for >= 2K bytes per page devices
 
          If unsure, say Y.
 
 
          If unsure, say Y.
 
@@ -91,11 +91,11 @@ config YAFFS_AUTO_YAFFS2
          If unsure, say Y.
 
 config YAFFS_DISABLE_TAGS_ECC
          If unsure, say Y.
 
 config YAFFS_DISABLE_TAGS_ECC
-       bool "Disable YAFFS from doing ECC on tags by default"
+       bool "Disable yaffs from doing ECC on tags by default"
        depends on YAFFS_FS && YAFFS_YAFFS2
        default n
        help
        depends on YAFFS_FS && YAFFS_YAFFS2
        default n
        help
-         This defaults Yaffs to using its own ECC calculations on tags instead of
+         This defaults yaffs to using its own ECC calculations on tags instead of
          just relying on the MTD.
          This behavior can also be overridden with tags_ecc_on and
          tags_ecc_off mount options.
          just relying on the MTD.
          This behavior can also be overridden with tags_ecc_on and
          tags_ecc_off mount options.
@@ -107,7 +107,7 @@ config YAFFS_ALWAYS_CHECK_CHUNK_ERASED
        depends on YAFFS_FS
        default n
        help
        depends on YAFFS_FS
        default n
        help
-          Normally YAFFS only checks chunks before writing until an erased
+          Normally yaffs only checks chunks before writing until an erased
          chunk is found. This helps to detect any partially written
          chunks that might have happened due to power loss.
 
          chunk is found. This helps to detect any partially written
          chunks that might have happened due to power loss.