]> 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>
Sat, 17 Feb 2018 16:12:30 +0000 (17:12 +0100)
Signed-off-by: Christian Brauner <christian.brauner@ubuntu.com>
src/lxc/cgroups/cgfsng.c

index 1c44d95ecf5eca79c8523b181208fb5a4c5f4495..bf0d59b3b26721f3135f1f7fad503dee2d3d4a9a 100644 (file)
@@ -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)
 {