mirror of
https://github.com/raspberrypi/linux.git
synced 2025-12-06 01:49:46 +00:00
dtc update
This commit is contained in:
@@ -724,7 +724,7 @@ static void check_alias_paths(struct check *c, struct dt_info *dti,
|
|||||||
continue;
|
continue;
|
||||||
}
|
}
|
||||||
if (strspn(prop->name, LOWERCASE DIGITS "-") != strlen(prop->name))
|
if (strspn(prop->name, LOWERCASE DIGITS "-") != strlen(prop->name))
|
||||||
FAIL(c, dti, node, "aliases property name must include only lowercase and '-'");
|
FAIL(c, dti, node, "aliases property name (%s) must include only lowercase and '-'", prop->name);
|
||||||
}
|
}
|
||||||
}
|
}
|
||||||
WARNING(alias_paths, check_alias_paths, NULL);
|
WARNING(alias_paths, check_alias_paths, NULL);
|
||||||
|
|||||||
Reference in New Issue
Block a user