From: Christian Brauner Date: Sat, 17 Feb 2018 18:09:50 +0000 (+0100) Subject: cgfsng: controller_found() X-Git-Tag: lxc-2.0.10~302 X-Git-Url: http://git.ipfire.org/cgi-bin/gitweb.cgi?a=commitdiff_plain;h=f2c4655d15cf71f6ca8d9ecdc89a5477285562e8;p=thirdparty%2Flxc.git cgfsng: controller_found() Signed-off-by: Christian Brauner --- 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) {