]> bbs.cooldavid.org Git - net-next-2.6.git/blobdiff - fs/jffs2/malloc.c
[JFFS2] Clean up trailing white spaces
[net-next-2.6.git] / fs / jffs2 / malloc.c
index f27df015f3ec48d7c0f13b57d6d345906cbed3fb..036cbd11c00449d6755481b8a51e53bbf0f7fb4f 100644 (file)
@@ -7,7 +7,7 @@
  *
  * For licensing information, see the file 'LICENCE' in this directory.
  *
- * $Id: malloc.c,v 1.30 2005/09/20 14:27:34 dedekind Exp $
+ * $Id: malloc.c,v 1.31 2005/11/07 11:14:40 gleixner Exp $
  *
  */
 
@@ -29,7 +29,7 @@ static kmem_cache_t *inode_cache_slab;
 
 int __init jffs2_create_slab_caches(void)
 {
-       full_dnode_slab = kmem_cache_create("jffs2_full_dnode", 
+       full_dnode_slab = kmem_cache_create("jffs2_full_dnode",
                                            sizeof(struct jffs2_full_dnode),
                                            0, 0, NULL, NULL);
        if (!full_dnode_slab)