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

index 856da3266f13417a9b29569a0dfe889b63a90396..d500a1484cf92215c412eafa504b02ec43e28504 100644 (file)
@@ -224,9 +224,8 @@ static int append_null_to_list(void ***list)
        return newentry;
 }
 
-/*
- * Given a null-terminated array of strings, check whether @entry
- * is one of the strings
+/* Given a null-terminated array of strings, check whether @entry is one of the
+ * strings.
  */
 static bool string_in_list(char **list, const char *entry)
 {