get rid of $Id$ - it has never helped us and it has broken too many patches ;)
[openwrt/staging/yousong.git] / target / linux / generic-2.6 / files / fs / yaffs2 / yaffs_mtdif.c
index d9d5c84c680d8f31407fb8e3ef20c467750f8fbf..93a4f20ede4ec2d89b55ab9ab7fbff57876bbfc6 100644 (file)
@@ -12,7 +12,6 @@
  */
 
 const char *yaffs_mtdif_c_version =
-    "$Id$";
 
 #include "yportenv.h"
 
@@ -172,7 +171,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, */