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 12:16:39 -0700 | 
| commit | 0222e6571c332563a48d4cf5487b67feabe60b5e (patch) | |
| tree | 44829ca0a4b1343edec08d4f70696cb0d3218975 /fs/reiserfs/super.c | |
| parent | 3cd6dbe6feb9b32347e6c6f25a27f0cde9d50418 (diff) | |
| download | olio-linux-3.10-0222e6571c332563a48d4cf5487b67feabe60b5e.tar.xz olio-linux-3.10-0222e6571c332563a48d4cf5487b67feabe60b5e.zip  | |
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 4a1e16362eb..d7519b95150 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,  			   char **opt_arg, unsigned long *bit_flags)  {  	char *p; -	/* foo=bar,  +	/* foo=bar,  	   ^   ^  ^  	   |   |  +-- option_end  	   |   +-- arg_start @@ -1348,7 +1348,7 @@ static int read_super_block(struct super_block *s, int offset)  	}  	//  	// ok, reiserfs signature (old or new) found in at the given offset -	//     +	//  	fs_blocksize = sb_blocksize(rs);  	brelse(bh);  	sb_set_blocksize(s, fs_blocksize); @@ -1534,8 +1534,8 @@ static int what_hash(struct super_block *s)  		code = find_hash_out(s);  	if (code != UNSET_HASH && reiserfs_hash_detect(s)) { -		/* detection has found the hash, and we must check against the  -		 ** mount options  +		/* detection has found the hash, and we must check against the +		 ** mount options  		 */  		if (reiserfs_rupasov_hash(s) && code != YURA_HASH) {  			reiserfs_warning(s, "reiserfs-2507", @@ -1567,7 +1567,7 @@ static int what_hash(struct super_block *s)  		}  	} -	/* if we are mounted RW, and we have a new valid hash code, update  +	/* if we are mounted RW, and we have a new valid hash code, update  	 ** the super  	 */  	if (code != UNSET_HASH &&  |