projects
/
platform
/
kernel
/
linux-rpi.git
/ commitdiff
commit
grep
author
committer
pickaxe
?
search:
re
summary
|
shortlog
|
log
|
commit
| commitdiff |
tree
raw
|
patch
| inline |
side by side
(parent:
e453fa6
)
ubifs: Remove unneeded semicolon
author
Ding Xiang
<dingxiang@cmss.chinamobile.com>
Fri, 24 Aug 2018 05:15:05 +0000
(
01:15
-0400)
committer
Richard Weinberger
<richard@nod.at>
Tue, 23 Oct 2018 11:49:02 +0000
(13:49 +0200)
delete redundant semicolon
Signed-off-by: Ding Xiang <dingxiang@cmss.chinamobile.com>
Signed-off-by: Richard Weinberger <richard@nod.at>
fs/ubifs/sb.c
patch
|
blob
|
history
diff --git
a/fs/ubifs/sb.c
b/fs/ubifs/sb.c
index
ac1ed5a
..
75a69dd
100644
(file)
--- a/
fs/ubifs/sb.c
+++ b/
fs/ubifs/sb.c
@@
-689,7
+689,7
@@
int ubifs_read_superblock(struct ubifs_info *c)
c->key_hash = key_test_hash;
c->key_hash_type = UBIFS_KEY_HASH_TEST;
break;
- }
;
+ }
c->key_fmt = sup->key_fmt;