Commit 84db119f authored by Ding Xiang's avatar Ding Xiang Committed by Richard Weinberger

ubifs: Remove unneeded semicolon

delete redundant semicolon
Signed-off-by: default avatarDing Xiang <dingxiang@cmss.chinamobile.com>
Signed-off-by: default avatarRichard Weinberger <richard@nod.at>
parent e453fa60
...@@ -689,7 +689,7 @@ int ubifs_read_superblock(struct ubifs_info *c) ...@@ -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;
......
Markdown is supported
0%
or
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment