mirror of
https://github.com/dgibson/dtc.git
synced 2026-04-12 00:47:46 -04:00
checks: Fix spelling in check_graph_endpoint
Should be "endpoint" rather than "endpont" Signed-off-by: Leonard Crestez <leonard.crestez@nxp.com> Message-Id: <6fcb6e160163467b706c312ffe307ee8a5d9255d.1552328099.git.leonard.crestez@nxp.com> Signed-off-by: David Gibson <david@gibson.dropbear.id.au>
This commit is contained in:
parent
d37f6b2010
commit
4762ad051e
1 changed files with 1 additions and 1 deletions
2
checks.c
2
checks.c
|
|
@ -1750,7 +1750,7 @@ static void check_graph_endpoint(struct check *c, struct dt_info *dti,
|
|||
return;
|
||||
|
||||
if (!strprefixeq(node->name, node->basenamelen, "endpoint"))
|
||||
FAIL(c, dti, node, "graph endpont node name should be 'endpoint'");
|
||||
FAIL(c, dti, node, "graph endpoint node name should be 'endpoint'");
|
||||
|
||||
check_graph_reg(c, dti, node);
|
||||
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue