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: Julia Lawall <julia.lawall@lip6.fr> Signed-off-by: zhong jiang <zhongjiang@huawei.com> Reviewed-by: Chao Yu <yuchao0@huawei.com> Signed-off-by: Gao Xiang <gaoxiang25@huawei.com> Signed-off-by: Greg Kroah-Hartman <gregkh@linuxfoundation.org>
This commit is contained in:
parent
ec6e6925fc
commit
3978c8e323
1 changed files with 1 additions and 1 deletions
|
@ -1017,7 +1017,7 @@ static void z_erofs_vle_unzip_all(struct super_block *sb,
|
|||
owned = READ_ONCE(grp->next);
|
||||
|
||||
z_erofs_vle_unzip(sb, grp, page_pool);
|
||||
};
|
||||
}
|
||||
}
|
||||
|
||||
static void z_erofs_vle_unzip_wq(struct work_struct *work)
|
||||
|
|
Loading…
Reference in a new issue