diff options
author | Jeff Mahoney <jeffm@suse.com> | 2009-03-30 14:02:44 -0400 |
---|---|---|
committer | Linus Torvalds <torvalds@linux-foundation.org> | 2009-03-30 15:16:39 -0400 |
commit | 0222e6571c332563a48d4cf5487b67feabe60b5e (patch) | |
tree | 44829ca0a4b1343edec08d4f70696cb0d3218975 /fs/reiserfs/super.c | |
parent | 3cd6dbe6feb9b32347e6c6f25a27f0cde9d50418 (diff) |
reiserfs: strip trailing whitespace
This patch strips trailing whitespace from the reiserfs code.
Signed-off-by: Jeff Mahoney <jeffm@suse.com>
Signed-off-by: Linus Torvalds <torvalds@linux-foundation.org>
Diffstat (limited to 'fs/reiserfs/super.c')
-rw-r--r-- | fs/reiserfs/super.c | 10 |
1 files changed, 5 insertions, 5 deletions
diff --git a/fs/reiserfs/super.c b/fs/reiserfs/super.c index 4a1e16362ebd..d7519b951500 100644 --- a/fs/reiserfs/super.c +++ b/fs/reiserfs/super.c | |||
@@ -758,7 +758,7 @@ static int reiserfs_getopt(struct super_block *s, char **cur, opt_desc_t * opts, | |||
758 | char **opt_arg, unsigned long *bit_flags) | 758 | char **opt_arg, unsigned long *bit_flags) |
759 | { | 759 | { |
760 | char *p; | 760 | char *p; |
761 | /* foo=bar, | 761 | /* foo=bar, |
762 | ^ ^ ^ | 762 | ^ ^ ^ |
763 | | | +-- option_end | 763 | | | +-- option_end |
764 | | +-- arg_start | 764 | | +-- arg_start |
@@ -1348,7 +1348,7 @@ static int read_super_block(struct super_block *s, int offset) | |||
1348 | } | 1348 | } |
1349 | // | 1349 | // |
1350 | // ok, reiserfs signature (old or new) found in at the given offset | 1350 | // ok, reiserfs signature (old or new) found in at the given offset |
1351 | // | 1351 | // |
1352 | fs_blocksize = sb_blocksize(rs); | 1352 | fs_blocksize = sb_blocksize(rs); |
1353 | brelse(bh); | 1353 | brelse(bh); |
1354 | sb_set_blocksize(s, fs_blocksize); | 1354 | sb_set_blocksize(s, fs_blocksize); |
@@ -1534,8 +1534,8 @@ static int what_hash(struct super_block *s) | |||
1534 | code = find_hash_out(s); | 1534 | code = find_hash_out(s); |
1535 | 1535 | ||
1536 | if (code != UNSET_HASH && reiserfs_hash_detect(s)) { | 1536 | if (code != UNSET_HASH && reiserfs_hash_detect(s)) { |
1537 | /* detection has found the hash, and we must check against the | 1537 | /* detection has found the hash, and we must check against the |
1538 | ** mount options | 1538 | ** mount options |
1539 | */ | 1539 | */ |
1540 | if (reiserfs_rupasov_hash(s) && code != YURA_HASH) { | 1540 | if (reiserfs_rupasov_hash(s) && code != YURA_HASH) { |
1541 | reiserfs_warning(s, "reiserfs-2507", | 1541 | reiserfs_warning(s, "reiserfs-2507", |
@@ -1567,7 +1567,7 @@ static int what_hash(struct super_block *s) | |||
1567 | } | 1567 | } |
1568 | } | 1568 | } |
1569 | 1569 | ||
1570 | /* if we are mounted RW, and we have a new valid hash code, update | 1570 | /* if we are mounted RW, and we have a new valid hash code, update |
1571 | ** the super | 1571 | ** the super |
1572 | */ | 1572 | */ |
1573 | if (code != UNSET_HASH && | 1573 | if (code != UNSET_HASH && |