cgfsng: controller_found()

parent 258449e5
...@@ -809,9 +809,8 @@ static bool controller_list_is_dup(struct hierarchy **hlist, char **clist) ...@@ -809,9 +809,8 @@ static bool controller_list_is_dup(struct hierarchy **hlist, char **clist)
return false; return false;
} }
/* /* Return true if the controller @entry is found in the null-terminated list of
* Return true if the controller @entry is found in the null-terminated * hierarchies @hlist.
* list of hierarchies @hlist
*/ */
static bool controller_found(struct hierarchy **hlist, char *entry) static bool controller_found(struct hierarchy **hlist, char *entry)
{ {
......
Markdown is supported
0% or
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment