diff options
author | Theodore Ts'o <tytso@mit.edu> | 2008-09-08 22:25:24 -0400 |
---|---|---|
committer | Theodore Ts'o <tytso@mit.edu> | 2008-09-08 22:25:24 -0400 |
commit | af5bc92dded4d98dfeabc8b5b9812571345b263d (patch) | |
tree | 5cfaf27e673a09d3ad1341c175559be0a3ea990d /fs/ext4/super.c | |
parent | e5f8eab8851dff162e7ade46f084cb8575dc45f7 (diff) |
ext4: Fix whitespace checkpatch warnings/errors
Signed-off-by: "Theodore Ts'o" <tytso@mit.edu>
Diffstat (limited to 'fs/ext4/super.c')
-rw-r--r-- | fs/ext4/super.c | 6 |
1 files changed, 3 insertions, 3 deletions
diff --git a/fs/ext4/super.c b/fs/ext4/super.c index c10aaf7d83c3..7de6ca0c9e9b 100644 --- a/fs/ext4/super.c +++ b/fs/ext4/super.c | |||
@@ -654,7 +654,7 @@ static inline void ext4_show_quota_options(struct seq_file *seq, | |||
654 | 654 | ||
655 | if (sbi->s_jquota_fmt) | 655 | if (sbi->s_jquota_fmt) |
656 | seq_printf(seq, ",jqfmt=%s", | 656 | seq_printf(seq, ",jqfmt=%s", |
657 | (sbi->s_jquota_fmt == QFMT_VFS_OLD) ? "vfsold": "vfsv0"); | 657 | (sbi->s_jquota_fmt == QFMT_VFS_OLD) ? "vfsold" : "vfsv0"); |
658 | 658 | ||
659 | if (sbi->s_qf_names[USRQUOTA]) | 659 | if (sbi->s_qf_names[USRQUOTA]) |
660 | seq_printf(seq, ",usrjquota=%s", sbi->s_qf_names[USRQUOTA]); | 660 | seq_printf(seq, ",usrjquota=%s", sbi->s_qf_names[USRQUOTA]); |
@@ -822,7 +822,7 @@ static struct dentry *ext4_fh_to_parent(struct super_block *sb, struct fid *fid, | |||
822 | } | 822 | } |
823 | 823 | ||
824 | #ifdef CONFIG_QUOTA | 824 | #ifdef CONFIG_QUOTA |
825 | #define QTYPE2NAME(t) ((t) == USRQUOTA?"user":"group") | 825 | #define QTYPE2NAME(t) ((t) == USRQUOTA ? "user" : "group") |
826 | #define QTYPE2MOPT(on, t) ((t) == USRQUOTA?((on)##USRJQUOTA):((on)##GRPJQUOTA)) | 826 | #define QTYPE2MOPT(on, t) ((t) == USRQUOTA?((on)##USRJQUOTA):((on)##GRPJQUOTA)) |
827 | 827 | ||
828 | static int ext4_dquot_initialize(struct inode *inode, int type); | 828 | static int ext4_dquot_initialize(struct inode *inode, int type); |
@@ -1586,7 +1586,7 @@ static int ext4_check_descriptors(struct super_block *sb) | |||
1586 | if (EXT4_HAS_INCOMPAT_FEATURE(sb, EXT4_FEATURE_INCOMPAT_FLEX_BG)) | 1586 | if (EXT4_HAS_INCOMPAT_FEATURE(sb, EXT4_FEATURE_INCOMPAT_FLEX_BG)) |
1587 | flexbg_flag = 1; | 1587 | flexbg_flag = 1; |
1588 | 1588 | ||
1589 | ext4_debug ("Checking group descriptors"); | 1589 | ext4_debug("Checking group descriptors"); |
1590 | 1590 | ||
1591 | for (i = 0; i < sbi->s_groups_count; i++) { | 1591 | for (i = 0; i < sbi->s_groups_count; i++) { |
1592 | struct ext4_group_desc *gdp = ext4_get_group_desc(sb, i, NULL); | 1592 | struct ext4_group_desc *gdp = ext4_get_group_desc(sb, i, NULL); |