fs/unionfs/: Miscellaneous coding style fixes
authorJosef 'Jeff' Sipek <jsipek@cs.sunysb.edu>
Fri, 2 Mar 2007 18:14:01 +0000 (13:14 -0500)
committerErez Zadok <ezk@cs.sunysb.edu>
Tue, 11 Nov 2014 02:37:34 +0000 (21:37 -0500)
Signed-off-by: Josef 'Jeff' Sipek <jsipek@cs.sunysb.edu>
fs/unionfs/super.c

index 176cfb666a081a7c8cc7754e7ed557d44228abbb..571b589cd8ff3fea8af29caa13d5e3b3be9c9368 100644 (file)
@@ -320,9 +320,8 @@ static int unionfs_show_options(struct seq_file *m, struct vfsmount *mnt)
 
                seq_printf(m, "%s=%s", path,
                           perms & MAY_WRITE ? "rw" : "ro");
-               if (bindex != bend) {
+               if (bindex != bend)
                        seq_printf(m, ":");
-               }
        }
 
 out: