mtd/fs Kconfig,1.19,1.20

gleixner at infradead.org gleixner at infradead.org
Mon Nov 7 06:15:47 EST 2005


Update of /home/cvs/mtd/fs
In directory phoenix.infradead.org:/tmp/cvs-serv29274/fs

Modified Files:
	Kconfig 
Log Message:
[MTD / JFFS2] Clean up trailing white spaces


Index: Kconfig
===================================================================
RCS file: /home/cvs/mtd/fs/Kconfig,v
retrieving revision 1.19
retrieving revision 1.20
diff -u -r1.19 -r1.20
--- Kconfig	6 Nov 2005 22:52:45 -0000	1.19
+++ Kconfig	7 Nov 2005 11:14:33 -0000	1.20
@@ -98,10 +98,10 @@
 	default y
         help
           Zlib is designed to be a free, general-purpose, legally unencumbered,
-          lossless data-compression library for use on virtually any computer 
+          lossless data-compression library for use on virtually any computer
           hardware and operating system. See <http://www.gzip.org/zlib/> for
           further information.
-          
+
           Say 'Y' if unsure.
 
 config JFFS2_RTIME
@@ -123,7 +123,7 @@
         default JFFS2_CMODE_PRIORITY
         depends on JFFS2_FS
         help
-          You can set here the default compression mode of JFFS2 from 
+          You can set here the default compression mode of JFFS2 from
           the available compression modes. Don't touch if unsure.
 
 config JFFS2_CMODE_NONE
@@ -134,13 +134,13 @@
 config JFFS2_CMODE_PRIORITY
         bool "priority"
         help
-          Tries the compressors in a predefinied order and chooses the first 
+          Tries the compressors in a predefinied order and chooses the first
           successful one.
 
 config JFFS2_CMODE_SIZE
         bool "size (EXPERIMENTAL)"
         help
-          Tries all compressors and chooses the one which has the smallest 
+          Tries all compressors and chooses the one which has the smallest
           result.
 
 endchoice
@@ -186,10 +186,10 @@
 	    - DataFlash
 
 config JFFS3_SUMMARY
-        bool "JFFS3 summary support (EXPERIMENTAL)" 
+        bool "JFFS3 summary support (EXPERIMENTAL)"
         depends on JFFS3_FS
         default n
-        help 
+        help
           This feature makes it possible to use summary information
           for faster filesystem mount - specially on NAND.
 
@@ -218,10 +218,10 @@
 	default y
         help
           Zlib is designed to be a free, general-purpose, legally unencumbered,
-          lossless data-compression library for use on virtually any computer 
+          lossless data-compression library for use on virtually any computer
           hardware and operating system. See http://www.gzip.org/zlib/ for
           further information.
-          
+
           Say 'Y' if unsure.
 
 config JFFS3_RTIME
@@ -243,7 +243,7 @@
         default JFFS3_CMODE_PRIORITY
         depends on JFFS3_FS
         help
-          You can set here the default compression mode of JFFS3 from 
+          You can set here the default compression mode of JFFS3 from
           the avaiable compression modes. Don't touch if unsure.
 
 config JFFS3_CMODE_NONE
@@ -254,13 +254,13 @@
 config JFFS3_CMODE_PRIORITY
         bool "priority"
         help
-          Tries the compressors in a predefinied order and chooses the first 
+          Tries the compressors in a predefinied order and chooses the first
           successful one.
 
 config JFFS3_CMODE_SIZE
         bool "size"
         help
-          Tries all compressors and chooses the one which has the smallest 
+          Tries all compressors and chooses the one which has the smallest
           result.
 
 endchoice





More information about the linux-mtd-cvs mailing list