Skip to content

Commit 84db119

Browse files
Ding Xiangrichardweinberger
authored andcommitted
ubifs: Remove unneeded semicolon
delete redundant semicolon Signed-off-by: Ding Xiang <dingxiang@cmss.chinamobile.com> Signed-off-by: Richard Weinberger <richard@nod.at>
1 parent e453fa6 commit 84db119

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

fs/ubifs/sb.c

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -689,7 +689,7 @@ int ubifs_read_superblock(struct ubifs_info *c)
689689
c->key_hash = key_test_hash;
690690
c->key_hash_type = UBIFS_KEY_HASH_TEST;
691691
break;
692-
};
692+
}
693693

694694
c->key_fmt = sup->key_fmt;
695695

0 commit comments

Comments
 (0)