Rename defconfig-petitboot defconfig-ps3-petitboot
[openwrt.git] / target / linux / generic-2.6 / files / fs / yaffs2 / yaffs_mtdif.c
index 6e2a9de..466e5a4 100644 (file)
@@ -172,7 +172,7 @@ int nandmtd_ReadChunkFromNAND(yaffs_Device * dev, int chunkInNAND, __u8 * data,
        __u8 *spareAsBytes = (__u8 *) spare;
 
        if (data && spare) {
-               if (dev->useNANDECC) {  
+               if (dev->useNANDECC) {
                        /* Careful, this call adds 2 ints */
                        /* to the end of the spare data.  Calling function */
                        /* should allocate enough memory for spare, */
This page took 0.022715 seconds and 4 git commands to generate.