diff options
Diffstat (limited to 'fs')
-rw-r--r-- | fs/ubifs/scan.c | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/fs/ubifs/scan.c b/fs/ubifs/scan.c index 3e1ee57dbeaa..36216b46f772 100644 --- a/fs/ubifs/scan.c +++ b/fs/ubifs/scan.c | |||
@@ -328,7 +328,7 @@ struct ubifs_scan_leb *ubifs_scan(const struct ubifs_info *c, int lnum, | |||
328 | if (!quiet) | 328 | if (!quiet) |
329 | ubifs_err("empty space starts at non-aligned offset %d", | 329 | ubifs_err("empty space starts at non-aligned offset %d", |
330 | offs); | 330 | offs); |
331 | goto corrupted;; | 331 | goto corrupted; |
332 | } | 332 | } |
333 | 333 | ||
334 | ubifs_end_scan(c, sleb, lnum, offs); | 334 | ubifs_end_scan(c, sleb, lnum, offs); |