lists.openwall.net | lists / announce owl-users owl-dev john-users john-dev passwdqc-users yescrypt popa3d-users / oss-security kernel-hardening musl sabotage tlsify passwords / crypt-dev xvendor / Bugtraq Full-Disclosure linux-kernel linux-netdev linux-ext4 linux-hardening linux-cve-announce PHC | |
Open Source and information security mailing list archives
| ||
|
Message-Id: <1285439521-2557-8-git-send-email-tdent48227@gmail.com> Date: Sat, 25 Sep 2010 14:31:59 -0400 From: Tracey Dent <tdent48227@...il.com> To: tytso@....edu Cc: adilger.kernel@...ger.ca, jack@...e.cz, dmonakhov@...nvz.org, sandeen@...hat.com, hch@....de, linux-ext4@...r.kernel.org, linux-kernel@...r.kernel.org, Tracey Dent <Tdent48227@...il.com>, Tracey Dent <tdent48227@...il.com> Subject: [PATCH 08/10] Fs: ext4: ioctl: fixed spacing issue From: Tracey Dent <Tdent48227@...il.com> Fixed spaceing issues using checkpatch.pl Signed-off-by: Tracey Dent <tdent48227@...il.com> --- 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-ext4" in the body of a message to majordomo@...r.kernel.org More majordomo info at http://vger.kernel.org/majordomo-info.html
Powered by blists - more mailing lists