Browse Source

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>
main
Leonard Crestez 6 years ago committed by David Gibson
parent
commit
4762ad051e
  1. 2
      checks.c

2
checks.c

@ -1750,7 +1750,7 @@ static void check_graph_endpoint(struct check *c, struct dt_info *dti, @@ -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…
Cancel
Save