From: Christian Brauner Date: Sat, 17 Feb 2018 18:09:50 +0000 (+0100) Subject: cgfsng: controller_found() X-Git-Tag: lxc-3.0.0.beta1~22^2~65 X-Git-Url: http://git.ipfire.org/cgi-bin/gitweb.cgi?a=commitdiff_plain;h=f57ac67f662bd806ffc141106ceda5068ed828c9;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 95aa93d74..c1163227f 100644 --- a/src/lxc/cgroups/cgfsng.c +++ b/src/lxc/cgroups/cgfsng.c @@ -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) {