From: Joe Perches Date: Mon, 6 Jul 2009 02:33:08 +0000 (-0400) Subject: ext4: Remove unnecessary semicolons in mballoc.c X-Git-Url: https://git.stricted.de/?a=commitdiff_plain;h=5a4a798937f92413cb7dbdb6bd554186024092e9;p=GitHub%2FLineageOS%2Fandroid_kernel_samsung_universal7580.git ext4: Remove unnecessary semicolons in mballoc.c Signed-off-by: Joe Perches Signed-off-by: "Theodore Ts'o" --- diff --git a/fs/ext4/mballoc.c b/fs/ext4/mballoc.c index cf9972090ad..ba49e0c596f 100644 --- a/fs/ext4/mballoc.c +++ b/fs/ext4/mballoc.c @@ -2532,7 +2532,7 @@ int ext4_mb_add_groupinfo(struct super_block *sb, ext4_group_t group, INIT_LIST_HEAD(&meta_group_info[i]->bb_prealloc_list); init_rwsem(&meta_group_info[i]->alloc_sem); - meta_group_info[i]->bb_free_root.rb_node = NULL;; + meta_group_info[i]->bb_free_root.rb_node = NULL; #ifdef DOUBLE_CHECK {