maps: Remove incorrect comment about strcmp()

Signed-off-by: Jes Sorensen <jsorensen@fb.com>
This commit is contained in:
Jes Sorensen 2017-04-21 12:09:12 -04:00
parent 17d80e6eb6
commit 966188e959
1 changed files with 0 additions and 4 deletions

4
maps.c
View File

@ -141,10 +141,6 @@ mapping_t consistency_policies[] = {
};
mapping_t sysfs_array_states[] = {
/*
* Beware map_name() uses strcmp() so active-idle must come before
* active, to be detected correctly.
*/
{ "active-idle", ARRAY_ACTIVE_IDLE },
{ "active", ARRAY_ACTIVE },
{ "clear", ARRAY_CLEAR },