Skip to content

Commit

Permalink
ubifs: Remove unneeded semicolon
Browse files Browse the repository at this point in the history
delete redundant semicolon

Signed-off-by: Ding Xiang <dingxiang@cmss.chinamobile.com>
Signed-off-by: Richard Weinberger <richard@nod.at>
  • Loading branch information
Ding Xiang authored and richardweinberger committed Oct 23, 2018
1 parent e453fa6 commit 84db119
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion fs/ubifs/sb.c
Original file line number Diff line number Diff line change
Expand Up @@ -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;

Expand Down

0 comments on commit 84db119

Please sign in to comment.