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

index 0723ce6b31179879e09db66f26895c559a618064..aefce12b344bdbf986b7eb89ffdf1ff18e09b791 100644 (file)
@@ -1012,10 +1012,8 @@ static char *copy_to_eol(char *p)
        return sret;
 }
 
-/*
- * cgline: pointer to character after the first ':' in a line in a
- * \n-terminated /proc/self/cgroup file. Check whether * controller c is
- * present.
+/* cgline: pointer to character after the first ':' in a line in a \n-terminated
+ * /proc/self/cgroup file. Check whether controller c is present.
  */
 static bool controller_in_clist(char *cgline, char *c)
 {