]> bbs.cooldavid.org Git - net-next-2.6.git/blobdiff - fs/ocfs2/alloc.c
remove lots of double-semicolons
[net-next-2.6.git] / fs / ocfs2 / alloc.c
index 54ff4c77aaa30c9eee1b001e2d7cd79fbff82cc1..d861096c9d81cbd643618377a7b7c9831c524cd9 100644 (file)
@@ -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);