UBIFS: remove double semicolon
[deliverable/linux.git] / fs / ubifs / scan.c
index 3e1ee57dbeaa5f88f2898ae8562a03577f13d098..36216b46f7721901591938a8b84d350cf657fb13 100644 (file)
@@ -328,7 +328,7 @@ struct ubifs_scan_leb *ubifs_scan(const struct ubifs_info *c, int lnum,
                if (!quiet)
                        ubifs_err("empty space starts at non-aligned offset %d",
                                  offs);
-               goto corrupted;;
+               goto corrupted;
        }
 
        ubifs_end_scan(c, sleb, lnum, offs);
This page took 0.023376 seconds and 5 git commands to generate.