ubifs: Remove unneeded semicolon
authorDing Xiang <dingxiang@cmss.chinamobile.com>
Fri, 24 Aug 2018 05:15:05 +0000 (01:15 -0400)
committerRichard Weinberger <richard@nod.at>
Tue, 23 Oct 2018 11:49:02 +0000 (13:49 +0200)
delete redundant semicolon

Signed-off-by: Ding Xiang <dingxiang@cmss.chinamobile.com>
Signed-off-by: Richard Weinberger <richard@nod.at>
fs/ubifs/sb.c

index ac1ed5a..75a69dd 100644 (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;