From 7bbf242f993bed7f72e362b9b36fb93c83978bff Mon Sep 17 00:00:00 2001 From: Christian Brauner Date: Sat, 17 Feb 2018 17:09:26 +0100 Subject: [PATCH] cgfsng: string_in_list() Signed-off-by: Christian Brauner --- src/lxc/cgroups/cgfsng.c | 5 ++--- 1 file changed, 2 insertions(+), 3 deletions(-) diff --git a/src/lxc/cgroups/cgfsng.c b/src/lxc/cgroups/cgfsng.c index 856da3266..d500a1484 100644 --- a/src/lxc/cgroups/cgfsng.c +++ b/src/lxc/cgroups/cgfsng.c @@ -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) { -- 2.47.2