diff options
author | Ding Xiang | 2018-08-24 01:15:05 -0400 |
---|---|---|
committer | Richard Weinberger | 2018-10-23 13:49:02 +0200 |
commit | 84db119f5a83e1bf9cffbc6d9cf16487eda1c056 (patch) | |
tree | 5333bc774bfc6481770b423c664a3e1e35b50093 | |
parent | e453fa60e086786fe89ba15ee8fef80bc2e6ecc3 (diff) |
ubifs: Remove unneeded semicolon
delete redundant semicolon
Signed-off-by: Ding Xiang <dingxiang@cmss.chinamobile.com>
Signed-off-by: Richard Weinberger <richard@nod.at>
-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; |