1
0
Fork 0

ubifs: Remove unneeded semicolon

delete redundant semicolon

Signed-off-by: Ding Xiang <dingxiang@cmss.chinamobile.com>
Signed-off-by: Richard Weinberger <richard@nod.at>
hifive-unleashed-5.1
Ding Xiang 2018-08-24 01:15:05 -04:00 committed by Richard Weinberger
parent e453fa60e0
commit 84db119f5a
1 changed files with 1 additions and 1 deletions

View File

@ -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;