UBIFS: remove double semicolon
authorArtem Bityutskiy <Artem.Bityutskiy@nokia.com>
Sun, 6 Feb 2011 12:49:26 +0000 (14:49 +0200)
committerArtem Bityutskiy <Artem.Bityutskiy@nokia.com>
Sun, 6 Feb 2011 13:08:02 +0000 (15:08 +0200)
Just a tiny clean-up - remove ;;

Signed-off-by: Artem Bityutskiy <Artem.Bityutskiy@nokia.com>
fs/ubifs/scan.c

index 3e1ee57..36216b4 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);