[PATCH 08/10] Fs: ext4: ioctl: fixed spacing issue

From: Tracey Dent
Date: Sat Sep 25 2010 - 14:33:34 EST


From: Tracey Dent <Tdent48227@xxxxxxxxx>

Fixed spaceing issues using checkpatch.pl

Signed-off-by: Tracey Dent <tdent48227@xxxxxxxxx>
---
fs/ext4/ioctl.c | 4 ++--
1 files changed, 2 insertions(+), 2 deletions(-)

diff --git a/fs/ext4/ioctl.c b/fs/ext4/ioctl.c
index bf5ae88..4e3ed22 100644
--- a/fs/ext4/ioctl.c
+++ b/fs/ext4/ioctl.c
@@ -200,7 +200,7 @@ setversion_out:
case EXT4_IOC_GROUP_EXTEND: {
ext4_fsblk_t n_blocks_count;
struct super_block *sb = inode->i_sb;
- int err, err2=0;
+ int err, err2 = 0;

if (!capable(CAP_SYS_RESOURCE))
return -EPERM;
@@ -269,7 +269,7 @@ mext_out:
case EXT4_IOC_GROUP_ADD: {
struct ext4_new_group_data input;
struct super_block *sb = inode->i_sb;
- int err, err2=0;
+ int err, err2 = 0;

if (!capable(CAP_SYS_RESOURCE))
return -EPERM;
--
1.7.3

--
To unsubscribe from this list: send the line "unsubscribe linux-kernel" in
the body of a message to majordomo@xxxxxxxxxxxxxxx
More majordomo info at http://vger.kernel.org/majordomo-info.html
Please read the FAQ at http://www.tux.org/lkml/