linux-kernel.vger.kernel.org archive mirror
 help / color / mirror / Atom feed
* [PATCH] staging: erofs: remove an extra semicolon in z_erofs_vle_unzip_all
@ 2018-08-06  3:27 Gao Xiang
  0 siblings, 0 replies; only message in thread
From: Gao Xiang @ 2018-08-06  3:27 UTC (permalink / raw)
  To: Greg Kroah-Hartman, devel
  Cc: LKML, linux-erofs, Julia Lawall, zhong jiang, Chao Yu, Miao Xie,
	weidu.du, Gao Xiang

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>
---

zhongjiang <zhongjiang@huawei.com> also submitted a patch yesterday titled
    "drivers/staging: Remove some unneeded semicolon"

Since it was reported by Julia Lawall <julia.lawall@lip6.fr> weeks ago
and already pending for review in linux-erofs mailing list. Add
   Signed-off-by: zhong jiang <zhongjiang@huawei.com>
in this patch.

Thanks,
Gao Xiang

 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 45b1255..8721f0a 100644
--- a/drivers/staging/erofs/unzip_vle.c
+++ b/drivers/staging/erofs/unzip_vle.c
@@ -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)
-- 
1.9.1


^ permalink raw reply related	[flat|nested] only message in thread

only message in thread, other threads:[~2018-08-06  3:28 UTC | newest]

Thread overview: (only message) (download: mbox.gz / follow: Atom feed)
-- links below jump to the message on this page --
2018-08-06  3:27 [PATCH] staging: erofs: remove an extra semicolon in z_erofs_vle_unzip_all Gao Xiang

This is a public inbox, see mirroring instructions
for how to clone and mirror all data and code used for this inbox;
as well as URLs for NNTP newsgroup(s).