瀏覽代碼

ubifs: Remove unneeded semicolon

delete redundant semicolon

Signed-off-by: Ding Xiang <dingxiang@cmss.chinamobile.com>
Signed-off-by: Richard Weinberger <richard@nod.at>
Ding Xiang 7 年之前
父節點
當前提交
84db119f5a
共有 1 個文件被更改,包括 1 次插入1 次删除
  1. 1 1
      fs/ubifs/sb.c

+ 1 - 1
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;