[CRIU] [PATCH 2/8] cgroup: fix typo
Tycho Andersen
tycho.andersen at canonical.com
Tue Jun 21 15:41:39 PDT 2016
Signed-off-by: Tycho Andersen <tycho.andersen at canonical.com>
---
criu/cgroup.c | 2 +-
1 file changed, 1 insertion(+), 1 deletion(-)
diff --git a/criu/cgroup.c b/criu/cgroup.c
index 939e220..60e80dd 100644
--- a/criu/cgroup.c
+++ b/criu/cgroup.c
@@ -1131,7 +1131,7 @@ static int restore_perms(int fd, const char *path, CgroupPerms *perms)
static int restore_cgroup_prop(const CgroupPropEntry * cg_prop_entry_p,
char *path, int off)
{
- int cg, fd, len, ret = -1;;
+ int cg, fd, len, ret = -1;
CgroupPerms *perms = cg_prop_entry_p->perms;
if (!cg_prop_entry_p->value) {
--
2.7.4
More information about the CRIU
mailing list