diff options
| author | Andy Shevchenko <[email protected]> | 2023-01-17 17:21:20 +0200 |
|---|---|---|
| committer | Greg Kroah-Hartman <[email protected]> | 2023-01-19 14:39:04 +0100 |
| commit | 52af7863508e94f3e05e43a3f2f3943a71dcffab (patch) | |
| tree | e463c3c209d21c29a81d2e29b414194bc4a1eddf /tools/perf/scripts/python/stackcollapse.py | |
| parent | ed9f918174cb35ba51d2fc86a613305dd8bc4cfe (diff) | |
device property: Make fwnode_graph_for_each_endpoint() consistent
Make fwnode_graph_for_each_endpoint() consistent with the rest of
for_each_*() definitions in the file, i.e. use the form of
for (iter = func(NULL); iter; \
iter = func(iter))
as it's done in all the rest of the similar macro definitions.
Signed-off-by: Andy Shevchenko <[email protected]>
Acked-by: Rafael J. Wysocki <[email protected]>
Acked-by: Sakari Ailus <[email protected]>
Acked-by: Heikki Krogerus <[email protected]>
Link: https://lore.kernel.org/r/[email protected]
Signed-off-by: Greg Kroah-Hartman <[email protected]>
Diffstat (limited to 'tools/perf/scripts/python/stackcollapse.py')
0 files changed, 0 insertions, 0 deletions