mirror of
https://git.kernel.org/pub/scm/linux/kernel/git/torvalds/linux.git
synced 2025-01-24 01:09:38 -05:00
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
1 changed files with 1 additions and 1 deletions
|
@ -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;
|
||||
|
||||
|
|
Loading…
Add table
Reference in a new issue