projects
/
GitHub
/
mt8127
/
android_kernel_alcatel_ttab.git
/ commitdiff
commit
grep
author
committer
pickaxe
?
search:
re
summary
|
shortlog
|
log
|
commit
| commitdiff |
tree
raw
|
patch
| inline |
side by side
(parent:
944fdef
)
UBIFS: remove double semicolon
author
Artem Bityutskiy
<Artem.Bityutskiy@nokia.com>
Sun, 6 Feb 2011 12:49:26 +0000
(14:49 +0200)
committer
Artem 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
patch
|
blob
|
blame
|
history
diff --git
a/fs/ubifs/scan.c
b/fs/ubifs/scan.c
index 3e1ee57dbeaa5f88f2898ae8562a03577f13d098..36216b46f7721901591938a8b84d350cf657fb13 100644
(file)
--- 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,
if (!quiet)
ubifs_err("empty space starts at non-aligned offset %d",
offs);
- goto corrupted;
;
+ goto corrupted;
}
ubifs_end_scan(c, sleb, lnum, offs);