aboutsummaryrefslogtreecommitdiffstats
path: root/target/linux/generic-2.6/files/fs/yaffs2/Kconfig
diff options
context:
space:
mode:
authorGabor Juhos <juhosg@openwrt.org>2008-05-28 07:31:26 +0000
committerGabor Juhos <juhosg@openwrt.org>2008-05-28 07:31:26 +0000
commit15dd4cdcd2c1ae4f5fb2ee52678724eccaa46021 (patch)
tree789842eedad6b065fd85fe7bca8c050218f4e42b /target/linux/generic-2.6/files/fs/yaffs2/Kconfig
parent3f229c34150fe76cfd118d5c8923f074fa74fb78 (diff)
downloadupstream-15dd4cdcd2c1ae4f5fb2ee52678724eccaa46021.tar.gz
upstream-15dd4cdcd2c1ae4f5fb2ee52678724eccaa46021.tar.bz2
upstream-15dd4cdcd2c1ae4f5fb2ee52678724eccaa46021.zip
nuke trailing whitespaces in the yaffs code
SVN-Revision: 11277
Diffstat (limited to 'target/linux/generic-2.6/files/fs/yaffs2/Kconfig')
-rw-r--r--target/linux/generic-2.6/files/fs/yaffs2/Kconfig6
1 files changed, 3 insertions, 3 deletions
diff --git a/target/linux/generic-2.6/files/fs/yaffs2/Kconfig b/target/linux/generic-2.6/files/fs/yaffs2/Kconfig
index f55b3c5107..7b6f836cda 100644
--- a/target/linux/generic-2.6/files/fs/yaffs2/Kconfig
+++ b/target/linux/generic-2.6/files/fs/yaffs2/Kconfig
@@ -26,7 +26,7 @@ config YAFFS_YAFFS1
default y
help
Enable YAFFS1 support -- yaffs for 512 byte / page devices
-
+
Not needed for 2K-page devices.
If unsure, say Y.
@@ -157,9 +157,9 @@ config YAFFS_ALWAYS_CHECK_CHUNK_ERASED
Enabling this forces on the test that chunks are erased in flash
before writing to them. This takes more time but is potentially
a bit more secure.
-
+
Suggest setting Y during development and ironing out driver
- issues etc. Suggest setting to N if you want faster writing.
+ issues etc. Suggest setting to N if you want faster writing.
If unsure, say Y.