kernel: 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:
Ding Xiang
2018-08-24 01:15:05 -04:00
committed by hanwckf
parent bd8fc512ad
commit 4901a3ff0d

View File

@ -586,7 +586,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;