remove lots of double-semicolons
Cc: Ingo Molnar <mingo@elte.hu> Cc: Thomas Gleixner <tglx@linutronix.de> Acked-by: Theodore Ts'o <tytso@mit.edu> Acked-by: Mark Fasheh <mfasheh@suse.com> Acked-by: David S. Miller <davem@davemloft.net> Cc: James Morris <jmorris@namei.org> Acked-by: Casey Schaufler <casey@schaufler-ca.com> Acked-by: Takashi Iwai <tiwai@suse.de> Signed-off-by: Andrew Morton <akpm@linux-foundation.org> Signed-off-by: Linus Torvalds <torvalds@linux-foundation.org>
This commit is contained in:

committed by
Linus Torvalds

parent
f15659628b
commit
c19a28e119
@@ -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);
|
||||
|
||||
|
Reference in New Issue
Block a user