Skip to content

Commit

Permalink
dtc update
Browse files Browse the repository at this point in the history
  • Loading branch information
pelwell authored and popcornmix committed Jan 2, 2025
1 parent af483a8 commit 09a9b03
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion scripts/dtc/checks.c
Original file line number Diff line number Diff line change
Expand Up @@ -724,7 +724,7 @@ static void check_alias_paths(struct check *c, struct dt_info *dti,
continue;
}
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);
Expand Down

0 comments on commit 09a9b03

Please sign in to comment.