summaryrefslogtreecommitdiffstats
diff options
context:
space:
mode:
authorDing Xiang <dingxiang@cmss.chinamobile.com>2018-08-24 01:15:05 -0400
committerRichard Weinberger <richard@nod.at>2018-10-23 13:49:02 +0200
commit84db119f5a83e1bf9cffbc6d9cf16487eda1c056 (patch)
tree5333bc774bfc6481770b423c664a3e1e35b50093
parente453fa60e086786fe89ba15ee8fef80bc2e6ecc3 (diff)
downloadlinux-0-day-84db119f5a83e1bf9cffbc6d9cf16487eda1c056.tar.gz
linux-0-day-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>
-rw-r--r--fs/ubifs/sb.c2
1 files changed, 1 insertions, 1 deletions
diff --git a/fs/ubifs/sb.c b/fs/ubifs/sb.c
index ac1ed5ad126db..75a69dd26d6ea 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;