]> www.pilppa.org Git - linux-2.6-omap-h63xx.git/blobdiff - fs/ext4/ioctl.c
ext4: Fix whitespace checkpatch warnings/errors
[linux-2.6-omap-h63xx.git] / fs / ext4 / ioctl.c
index 7a6c2f1faba607e4a41b5d2d10b3c7f39655268f..ca09dd1039ec71d3adc983a5bef5f3d6d2647886 100644 (file)
@@ -25,7 +25,7 @@ long ext4_ioctl(struct file *filp, unsigned int cmd, unsigned long arg)
        unsigned int flags;
        unsigned short rsv_window_size;
 
-       ext4_debug ("cmd = %u, arg = %lu\n", cmd, arg);
+       ext4_debug("cmd = %u, arg = %lu\n", cmd, arg);
 
        switch (cmd) {
        case EXT4_IOC_GETFLAGS:
@@ -186,7 +186,7 @@ setversion_out:
        case EXT4_IOC_SETRSVSZ: {
                int err;
 
-               if (!test_opt(inode->i_sb, RESERVATION) ||!S_ISREG(inode->i_mode))
+               if (!test_opt(inode->i_sb, RESERVATION) || !S_ISREG(inode->i_mode))
                        return -ENOTTY;
 
                if (!is_owner_or_cap(inode))