1
0
Fork 0

UBIFS: remove double semicolon

Just a tiny clean-up - remove ;;

Signed-off-by: Artem Bityutskiy <Artem.Bityutskiy@nokia.com>
hifive-unleashed-5.1
Artem Bityutskiy 2011-02-06 14:49:26 +02:00
parent 944fdef52c
commit 822ed64c5b
1 changed files with 1 additions and 1 deletions

View 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);