From: Christian Brauner Date: Sat, 17 Feb 2018 16:12:30 +0000 (+0100) Subject: cgfsng: get_hierarchy() X-Git-Tag: lxc-3.0.0.beta1~22^2~74 X-Git-Url: http://git.ipfire.org/cgi-bin/gitweb.cgi?a=commitdiff_plain;h=5ae0207c84f5e295768815f4f31cb2694318dc14;p=thirdparty%2Flxc.git cgfsng: get_hierarchy() Signed-off-by: Christian Brauner --- diff --git a/src/lxc/cgroups/cgfsng.c b/src/lxc/cgroups/cgfsng.c index 1c44d95ec..bf0d59b3b 100644 --- a/src/lxc/cgroups/cgfsng.c +++ b/src/lxc/cgroups/cgfsng.c @@ -310,9 +310,8 @@ static void free_handler_data(struct cgfsng_handler_data *d) free(d); } -/* - * Given a handler's cgroup data, return the struct hierarchy for the - * controller @c, or NULL if there is none. +/* Given a handler's cgroup data, return the struct hierarchy for the controller + * @c, or NULL if there is none. */ struct hierarchy *get_hierarchy(const char *c) {