aboutsummaryrefslogtreecommitdiffstats
path: root/fs/Kconfig
diff options
context:
space:
mode:
authorThomas Gleixner <tglx@linutronix.de>2005-11-07 06:16:07 -0500
committerThomas Gleixner <tglx@mtd.linutronix.de>2005-11-07 08:18:56 -0500
commit182ec4eee397543101a6db8906ed88727d3f7e53 (patch)
tree0f6dd2c52697123702bdf0c3a7143537f947b060 /fs/Kconfig
parent97894cda5773e59bd13e87b72077751099419a9f (diff)
[JFFS2] Clean up trailing white spaces
Signed-off-by: Thomas Gleixner <tglx@linutronix.de>
Diffstat (limited to 'fs/Kconfig')
-rw-r--r--fs/Kconfig10
1 files changed, 5 insertions, 5 deletions
diff --git a/fs/Kconfig b/fs/Kconfig
index 37d86c5072e..660a0c04d6b 100644
--- a/fs/Kconfig
+++ b/fs/Kconfig
@@ -1084,10 +1084,10 @@ config JFFS2_ZLIB
1084 default y 1084 default y
1085 help 1085 help
1086 Zlib is designed to be a free, general-purpose, legally unencumbered, 1086 Zlib is designed to be a free, general-purpose, legally unencumbered,
1087 lossless data-compression library for use on virtually any computer 1087 lossless data-compression library for use on virtually any computer
1088 hardware and operating system. See <http://www.gzip.org/zlib/> for 1088 hardware and operating system. See <http://www.gzip.org/zlib/> for
1089 further information. 1089 further information.
1090 1090
1091 Say 'Y' if unsure. 1091 Say 'Y' if unsure.
1092 1092
1093config JFFS2_RTIME 1093config JFFS2_RTIME
@@ -1109,7 +1109,7 @@ choice
1109 default JFFS2_CMODE_PRIORITY 1109 default JFFS2_CMODE_PRIORITY
1110 depends on JFFS2_FS 1110 depends on JFFS2_FS
1111 help 1111 help
1112 You can set here the default compression mode of JFFS2 from 1112 You can set here the default compression mode of JFFS2 from
1113 the available compression modes. Don't touch if unsure. 1113 the available compression modes. Don't touch if unsure.
1114 1114
1115config JFFS2_CMODE_NONE 1115config JFFS2_CMODE_NONE
@@ -1120,13 +1120,13 @@ config JFFS2_CMODE_NONE
1120config JFFS2_CMODE_PRIORITY 1120config JFFS2_CMODE_PRIORITY
1121 bool "priority" 1121 bool "priority"
1122 help 1122 help
1123 Tries the compressors in a predefinied order and chooses the first 1123 Tries the compressors in a predefinied order and chooses the first
1124 successful one. 1124 successful one.
1125 1125
1126config JFFS2_CMODE_SIZE 1126config JFFS2_CMODE_SIZE
1127 bool "size (EXPERIMENTAL)" 1127 bool "size (EXPERIMENTAL)"
1128 help 1128 help
1129 Tries all compressors and chooses the one which has the smallest 1129 Tries all compressors and chooses the one which has the smallest
1130 result. 1130 result.
1131 1131
1132endchoice 1132endchoice