projects
/
linux.git
/ commitdiff
commit
grep
author
committer
pickaxe
?
search:
re
summary
|
shortlog
|
log
|
commit
| commitdiff |
tree
raw
|
patch
| inline |
side by side
(parent:
ec6e692
)
staging: erofs: remove an extra semicolon in z_erofs_vle_unzip_all
author
Gao Xiang
<gaoxiang25@huawei.com>
Mon, 6 Aug 2018 03:27:53 +0000
(11:27 +0800)
committer
Greg Kroah-Hartman
<gregkh@linuxfoundation.org>
Wed, 8 Aug 2018 09:21:14 +0000
(11:21 +0200)
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>
drivers/staging/erofs/unzip_vle.c
patch
|
blob
|
history
diff --git
a/drivers/staging/erofs/unzip_vle.c
b/drivers/staging/erofs/unzip_vle.c
index
45b1255
..
8721f0a
100644
(file)
--- 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)