mtd/drivers/mtd/nand Config.in,1.6,1.6.2.1

joern at infradead.org joern at infradead.org
Sat Apr 6 03:23:35 EST 2002


Update of /home/cvs/mtd/drivers/mtd/nand
In directory phoenix.infradead.org:/tmp/cvs-serv16595

Modified Files:
      Tag: mtd-2_5-newpartcode-branch
	Config.in 
Log Message:
Fixed typo.



Index: Config.in
===================================================================
RCS file: /home/cvs/mtd/drivers/mtd/nand/Config.in,v
retrieving revision 1.6
retrieving revision 1.6.2.1
diff -u -r1.6 -r1.6.2.1
--- Config.in	21 Feb 2002 23:45:19 -0000	1.6
+++ Config.in	6 Apr 2002 08:23:33 -0000	1.6.2.1
@@ -10,7 +10,7 @@
 if [ "$CONFIG_MTD_NAND" = "y" -o "$CONFIG_MTD_NAND" = "m" ]; then
    bool '    Enable ECC correction algorithm'  CONFIG_MTD_NAND_ECC
    bool '    Verify NAND page writes' CONFIG_MTD_NAND_VERIFY_WRITE
-   if [ "$CONFIG_JFFS2_FS" = "y" -o "$CONFIG_JFFS2_FS" = "m"]; then
+   if [ "$CONFIG_JFFS2_FS" = "y" -o "$CONFIG_JFFS2_FS" = "m" ]; then
    	bool '    Use JFFS2 layout for OOB area' CONFIG_MTD_NAND_ECC_JFFS2
    fi
 fi





More information about the linux-mtd-cvs mailing list