diff options
author | Ding Xiang <dingxiang@cmss.chinamobile.com> | 2018-08-24 08:15:05 +0300 |
---|---|---|
committer | Richard Weinberger <richard@nod.at> | 2018-10-23 14:49:02 +0300 |
commit | 84db119f5a83e1bf9cffbc6d9cf16487eda1c056 (patch) | |
tree | 5333bc774bfc6481770b423c664a3e1e35b50093 /fs/ubifs/sb.c | |
parent | e453fa60e086786fe89ba15ee8fef80bc2e6ecc3 (diff) | |
download | linux-84db119f5a83e1bf9cffbc6d9cf16487eda1c056.tar.xz |
ubifs: Remove unneeded semicolon
delete redundant semicolon
Signed-off-by: Ding Xiang <dingxiang@cmss.chinamobile.com>
Signed-off-by: Richard Weinberger <richard@nod.at>
Diffstat (limited to 'fs/ubifs/sb.c')
-rw-r--r-- | fs/ubifs/sb.c | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/fs/ubifs/sb.c b/fs/ubifs/sb.c index ac1ed5ad126d..75a69dd26d6e 100644 --- a/fs/ubifs/sb.c +++ b/fs/ubifs/sb.c @@ -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; |