forked from luck/tmp_suning_uos_patched
ubifs: Remove unneeded semicolon
delete redundant semicolon Signed-off-by: Ding Xiang <dingxiang@cmss.chinamobile.com> Signed-off-by: Richard Weinberger <richard@nod.at>
This commit is contained in:
parent
e453fa60e0
commit
84db119f5a
|
@ -689,7 +689,7 @@ int ubifs_read_superblock(struct ubifs_info *c)
|
||||||
c->key_hash = key_test_hash;
|
c->key_hash = key_test_hash;
|
||||||
c->key_hash_type = UBIFS_KEY_HASH_TEST;
|
c->key_hash_type = UBIFS_KEY_HASH_TEST;
|
||||||
break;
|
break;
|
||||||
};
|
}
|
||||||
|
|
||||||
c->key_fmt = sup->key_fmt;
|
c->key_fmt = sup->key_fmt;
|
||||||
|
|
||||||
|
|
Loading…
Reference in New Issue
Block a user