Commit 3978c8e3 authored by Gao Xiang's avatar Gao Xiang Committed by Greg Kroah-Hartman

staging: erofs: remove an extra semicolon in z_erofs_vle_unzip_all

There is an extra semicolon in z_erofs_vle_unzip_all, remove it.
Reported-by: default avatarJulia Lawall <julia.lawall@lip6.fr>
Signed-off-by: default avatarzhong jiang <zhongjiang@huawei.com>
Reviewed-by: default avatarChao Yu <yuchao0@huawei.com>
Signed-off-by: default avatarGao Xiang <gaoxiang25@huawei.com>
Signed-off-by: default avatarGreg Kroah-Hartman <gregkh@linuxfoundation.org>
parent ec6e6925
...@@ -1017,7 +1017,7 @@ static void z_erofs_vle_unzip_all(struct super_block *sb, ...@@ -1017,7 +1017,7 @@ static void z_erofs_vle_unzip_all(struct super_block *sb,
owned = READ_ONCE(grp->next); owned = READ_ONCE(grp->next);
z_erofs_vle_unzip(sb, grp, page_pool); z_erofs_vle_unzip(sb, grp, page_pool);
}; }
} }
static void z_erofs_vle_unzip_wq(struct work_struct *work) static void z_erofs_vle_unzip_wq(struct work_struct *work)
......
Markdown is supported
0%
or
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment