There is an extra semicolon in z_erofs_vle_unzip_all, remove it.

Reported-by: Julia Lawall <[email protected]>
Signed-off-by: Gao Xiang <[email protected]>
---
 drivers/staging/erofs/unzip_vle.c | 2 +-
 1 file changed, 1 insertion(+), 1 deletion(-)

diff --git a/drivers/staging/erofs/unzip_vle.c 
b/drivers/staging/erofs/unzip_vle.c
index 823ea2e..591cd9b 100644
--- a/drivers/staging/erofs/unzip_vle.c
+++ b/drivers/staging/erofs/unzip_vle.c
@@ -1016,7 +1016,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)
-- 
1.9.1

Reply via email to