commit | 84db119f5a83e1bf9cffbc6d9cf16487eda1c056 | [log] [tgz] |
---|---|---|
author | Ding Xiang <dingxiang@cmss.chinamobile.com> | Fri Aug 24 01:15:05 2018 -0400 |
committer | Richard Weinberger <richard@nod.at> | Tue Oct 23 13:49:02 2018 +0200 |
tree | 5333bc774bfc6481770b423c664a3e1e35b50093 | |
parent | e453fa60e086786fe89ba15ee8fef80bc2e6ecc3 [diff] |
ubifs: Remove unneeded semicolon delete redundant semicolon Signed-off-by: Ding Xiang <dingxiang@cmss.chinamobile.com> Signed-off-by: Richard Weinberger <richard@nod.at>
diff --git a/fs/ubifs/sb.c b/fs/ubifs/sb.c index ac1ed5a..75a69dd 100644 --- 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;