]> pilppa.org Git - linux-2.6-omap-h63xx.git/blobdiff - fs/jffs2/security.c
PCI: add routines for debugging and handling lost interrupts
[linux-2.6-omap-h63xx.git] / fs / jffs2 / security.c
index bc9f6ba10823b7c5dc4092840d4cfc8c246148ad..02c39c64ecb391e734d18362aa074b5ea2a401db 100644 (file)
@@ -38,9 +38,9 @@ int jffs2_init_security(struct inode *inode, struct inode *dir)
        }
        rc = do_jffs2_setxattr(inode, JFFS2_XPREFIX_SECURITY, name, value, len, 0);
 
-        kfree(name);
-        kfree(value);
-        return rc;
+       kfree(name);
+       kfree(value);
+       return rc;
 }
 
 /* ---- XATTR Handler for "security.*" ----------------- */