aboutsummaryrefslogtreecommitdiffstats
path: root/fs/gfs2/xattr.h
diff options
context:
space:
mode:
authorSteven Whitehouse <swhiteho@redhat.com>2009-09-14 09:50:57 +0100
committerSteven Whitehouse <swhiteho@redhat.com>2009-09-14 09:50:57 +0100
commit86d006365610fe6cda243d89b67d5047dca44656 (patch)
tree7ddc920e35524759f004cb4c5766ccb506044321 /fs/gfs2/xattr.h
parent2b88f7c535a8125213def012a67c1b0a667ceb2e (diff)
downloadlinux-86d006365610fe6cda243d89b67d5047dca44656.tar.gz
GFS2: Whitespace fixes
Reported-by: Daniel Walker <dwalker@fifo99.com> Signed-off-by: Steven Whitehouse <swhiteho@redhat.com>
Diffstat (limited to 'fs/gfs2/xattr.h')
-rw-r--r--fs/gfs2/xattr.h2
1 files changed, 1 insertions, 1 deletions
diff --git a/fs/gfs2/xattr.h b/fs/gfs2/xattr.h
index 4040a188f63ba1..cbdfd7743733da 100644
--- a/fs/gfs2/xattr.h
+++ b/fs/gfs2/xattr.h
@@ -19,7 +19,7 @@ struct iattr;
#define GFS2_EA_SIZE(ea) \
ALIGN(sizeof(struct gfs2_ea_header) + (ea)->ea_name_len + \
((GFS2_EA_IS_STUFFED(ea)) ? GFS2_EA_DATA_LEN(ea) : \
- (sizeof(__be64) * (ea)->ea_num_ptrs)), 8)
+ (sizeof(__be64) * (ea)->ea_num_ptrs)), 8)
#define GFS2_EA_IS_STUFFED(ea) (!(ea)->ea_num_ptrs)
#define GFS2_EA_IS_LAST(ea) ((ea)->ea_flags & GFS2_EAFLAG_LAST)