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

index dd47ad714c03c00e7eff763b719f9715b20450e7..9569d36b281a5471b51b5bbcad97e9826431e6f2 100644 (file)
@@ -229,9 +229,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)
 {