Cleanup: ensure space between every comma-delimited function argument list
authorErez_Zadok <ezk@cs.sunysb.edu>
Fri, 13 Apr 2007 22:33:41 +0000 (18:33 -0400)
committerErez Zadok <ezk@cs.sunysb.edu>
Mon, 12 Jan 2009 23:20:23 +0000 (18:20 -0500)
fs/unionfs/fanout.h
fs/unionfs/super.c

index 5e3c6423ccf9f3b3e7e4c043289f060934e5c897..71052a36b19d95ec8b90cc974297e1c3c1cd1cc2 100644 (file)
@@ -221,7 +221,7 @@ static inline struct vfsmount *unionfs_lower_mnt_idx(
 
 static inline struct vfsmount *unionfs_lower_mnt(const struct dentry *dent)
 {
-       return unionfs_lower_mnt_idx(dent,dbstart(dent));
+       return unionfs_lower_mnt_idx(dent, dbstart(dent));
 }
 
 /* Macros for locking a dentry. */
index e2b4faac27fbb8fb7c39160fdd5d20db1977d51f..199b4777319155d62f148b1367b70f3b9e66451b 100644 (file)
@@ -112,7 +112,7 @@ static void unionfs_put_super(struct super_block *sb)
        for (bindex = bstart; bindex <= bend; bindex++)
                if (branch_count(sb, bindex) != 0) {
                        printk("unionfs: branch %d has %d references left!\n",
-                              bindex, branch_count(sb,bindex));
+                              bindex, branch_count(sb, bindex));
                        leaks = 1;
                }
        BUG_ON(leaks != 0);