From f2c4655d15cf71f6ca8d9ecdc89a5477285562e8 Mon Sep 17 00:00:00 2001 From: Christian Brauner Date: Sat, 17 Feb 2018 19:09:50 +0100 Subject: [PATCH] cgfsng: controller_found() Signed-off-by: Christian Brauner --- src/lxc/cgroups/cgfsng.c | 5 ++--- 1 file changed, 2 insertions(+), 3 deletions(-) diff --git a/src/lxc/cgroups/cgfsng.c b/src/lxc/cgroups/cgfsng.c index a14050f11..cb6f63ba8 100644 --- a/src/lxc/cgroups/cgfsng.c +++ b/src/lxc/cgroups/cgfsng.c @@ -800,9 +800,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) { -- 2.47.2