From bced39de185b881df388ceb54be58bb6e7e57278 Mon Sep 17 00:00:00 2001 From: Christian Brauner Date: Sat, 17 Feb 2018 19:15:17 +0100 Subject: [PATCH] cgfsng: controller_in_clist() Signed-off-by: Christian Brauner --- src/lxc/cgroups/cgfsng.c | 6 ++---- 1 file changed, 2 insertions(+), 4 deletions(-) diff --git a/src/lxc/cgroups/cgfsng.c b/src/lxc/cgroups/cgfsng.c index 0723ce6b3..aefce12b3 100644 --- a/src/lxc/cgroups/cgfsng.c +++ b/src/lxc/cgroups/cgfsng.c @@ -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) {