aboutsummaryrefslogtreecommitdiffstats
path: root/fs/ext4/xattr.c
diff options
context:
space:
mode:
authorTheodore Ts'o <tytso@mit.edu>2008-07-26 16:15:44 -0400
committerTheodore Ts'o <tytso@mit.edu>2008-07-26 16:15:44 -0400
commit2b2d6d019724de6e51ac5bcf22b5ef969daefa8b (patch)
tree71145b61b73b200fd3d4bae520bb988f5f7d21f5 /fs/ext4/xattr.c
parentec05e868ac80cc8fc7de6e5cf773b232198e49af (diff)
downloadkernel_samsung_smdk4412-2b2d6d019724de6e51ac5bcf22b5ef969daefa8b.zip
kernel_samsung_smdk4412-2b2d6d019724de6e51ac5bcf22b5ef969daefa8b.tar.gz
kernel_samsung_smdk4412-2b2d6d019724de6e51ac5bcf22b5ef969daefa8b.tar.bz2
ext4: Cleanup whitespace and other miscellaneous style issues
Signed-off-by: "Theodore Ts'o" <tytso@mit.edu>
Diffstat (limited to 'fs/ext4/xattr.c')
-rw-r--r--fs/ext4/xattr.c2
1 files changed, 1 insertions, 1 deletions
diff --git a/fs/ext4/xattr.c b/fs/ext4/xattr.c
index 93c5fdc..8954208 100644
--- a/fs/ext4/xattr.c
+++ b/fs/ext4/xattr.c
@@ -1512,7 +1512,7 @@ static inline void ext4_xattr_hash_entry(struct ext4_xattr_header *header,
char *name = entry->e_name;
int n;
- for (n=0; n < entry->e_name_len; n++) {
+ for (n = 0; n < entry->e_name_len; n++) {
hash = (hash << NAME_HASH_SHIFT) ^
(hash >> (8*sizeof(hash) - NAME_HASH_SHIFT)) ^
*name++;