devicetree: fix DT_FOREACH_STATUS_OKAY brief

Remove mention to DT_DRV_COMPAT in brief since DT_FOREACH_STATUS_OKAY
is not relying on it and is taking "compat" as argument.

Signed-off-by: Aymeric Aillet <aymeric.aillet@iot.bzh>
This commit is contained in:
Aymeric Aillet 2021-12-06 16:38:15 +01:00 committed by Kumar Gala
commit f2f89d1721

View file

@ -2070,8 +2070,7 @@
DT_CAT4(node_id, _P_, prop, _FOREACH_PROP_ELEM_VARGS)(fn, __VA_ARGS__) DT_CAT4(node_id, _P_, prop, _FOREACH_PROP_ELEM_VARGS)(fn, __VA_ARGS__)
/** /**
* @brief Call "fn" on all nodes with compatible DT_DRV_COMPAT * @brief Invokes "fn" for each status "okay" node of a compatible.
* and status "okay"
* *
* This macro expands to: * This macro expands to:
* *