]> git.ipfire.org Git - thirdparty/lxc.git/commitdiff
cgfsng: controller_found()
authorChristian Brauner <christian.brauner@ubuntu.com>
Sat, 17 Feb 2018 18:09:50 +0000 (19:09 +0100)
committerChristian Brauner <christian.brauner@ubuntu.com>
Sat, 17 Feb 2018 18:09:50 +0000 (19:09 +0100)
Signed-off-by: Christian Brauner <christian.brauner@ubuntu.com>
src/lxc/cgroups/cgfsng.c

index 95aa93d74c941181239cd475f7eec34009c76a94..c1163227f4992041ff6553ecb769e34fa05cc081 100644 (file)
@@ -809,9 +809,8 @@ static bool controller_list_is_dup(struct hierarchy **hlist, char **clist)
        return false;
 }
 
-/*
- * Return true if the controller @entry is found in the null-terminated
- * list of hierarchies @hlist
+/* Return true if the controller @entry is found in the null-terminated list of
+ * hierarchies @hlist.
  */
 static bool controller_found(struct hierarchy **hlist, char *entry)
 {