aboutsummaryrefslogtreecommitdiff
path: root/fs/ocfs2/alloc.c
diff options
context:
space:
mode:
authorFernando Carrijo <[email protected]>2009-01-07 18:09:08 -0800
committerLinus Torvalds <[email protected]>2009-01-08 08:31:14 -0800
commitc19a28e1193a6c854738d609ae9b2fe2f6e6bea4 (patch)
tree79a354f827a5d3656be3f55d18d31265750d9d06 /fs/ocfs2/alloc.c
parentf15659628b43b27c20447c731456c39cbec973e9 (diff)
remove lots of double-semicolons
Cc: Ingo Molnar <[email protected]> Cc: Thomas Gleixner <[email protected]> Acked-by: Theodore Ts'o <[email protected]> Acked-by: Mark Fasheh <[email protected]> Acked-by: David S. Miller <[email protected]> Cc: James Morris <[email protected]> Acked-by: Casey Schaufler <[email protected]> Acked-by: Takashi Iwai <[email protected]> Signed-off-by: Andrew Morton <[email protected]> Signed-off-by: Linus Torvalds <[email protected]>
Diffstat (limited to 'fs/ocfs2/alloc.c')
-rw-r--r--fs/ocfs2/alloc.c2
1 files changed, 1 insertions, 1 deletions
diff --git a/fs/ocfs2/alloc.c b/fs/ocfs2/alloc.c
index 54ff4c77aaa3..d861096c9d81 100644
--- a/fs/ocfs2/alloc.c
+++ b/fs/ocfs2/alloc.c
@@ -3868,7 +3868,7 @@ static void ocfs2_split_record(struct inode *inode,
struct ocfs2_extent_list *left_el = NULL, *right_el, *insert_el, *el;
struct ocfs2_extent_rec *rec, *tmprec;
- right_el = path_leaf_el(right_path);;
+ right_el = path_leaf_el(right_path);
if (left_path)
left_el = path_leaf_el(left_path);