From: Christian Brauner Date: Sat, 17 Feb 2018 16:12:30 +0000 (+0100) Subject: cgfsng: get_hierarchy() X-Git-Tag: lxc-2.0.10~311 X-Git-Url: http://git.ipfire.org/cgi-bin/gitweb.cgi?a=commitdiff_plain;h=9bc23170b9e18b6c53b9f180d78a2ad8901b85e7;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 dd34bbd83..e0a516e48 100644 --- a/src/lxc/cgroups/cgfsng.c +++ b/src/lxc/cgroups/cgfsng.c @@ -301,9 +301,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) {