yaffs Refactor yaffs1 and yaffs2 specific code. WIP
[yaffs2.git] / yaffs_fs.c
index 031c390c11dc13b6fdcca92d54ea5c146ff5d38b..f0c2771ece0b0339cc6eb27c549a7310041b9ebb 100644 (file)
@@ -2573,7 +2573,7 @@ static struct super_block *yaffs_internal_read_super(int yaffsVersion,
        yaffs_DeviceParam *param;
 
        yaffs_options options;
-       
+
        unsigned mount_id;
        int found;
        struct yaffs_LinuxContext *context_iterator;
@@ -2892,7 +2892,7 @@ static struct super_block *yaffs_internal_read_super(int yaffsVersion,
                }
        }
        context->mount_id = mount_id;
-       
+
        ylist_add_tail(&(yaffs_DeviceToContext(dev)->contextList), &yaffs_context_list);
        up(&yaffs_context_lock);