]> git.ipfire.org Git - thirdparty/lxc.git/commitdiff
cgfsng: get_hierarchy()
authorChristian Brauner <christian.brauner@ubuntu.com>
Sat, 17 Feb 2018 16:12:30 +0000 (17:12 +0100)
committerChristian Brauner <christian.brauner@ubuntu.com>
Wed, 21 Feb 2018 14:48:13 +0000 (15:48 +0100)
Signed-off-by: Christian Brauner <christian.brauner@ubuntu.com>
src/lxc/cgroups/cgfsng.c

index dd34bbd8347859df7a7688b16f4497bd5c72f1f5..e0a516e480e455f7411427e2472dc6a7d108e8b3 100644 (file)
@@ -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)
 {