The TEST_EVENTS macro is open-coded towards the end of test__parse_events(). While at it, undef it cleanly after its usage.
Cc: Robert Richter <robert.rich...@amd.com> Cc: Jiri Olsa <jo...@redhat.com> Cc: Ingo Molnar <mi...@kernel.org> Cc: Arnaldo Carvalho de Melo <a...@ghostprotocols.net> Signed-off-by: Ramkumar Ramachandra <artag...@gmail.com> --- tools/perf/tests/parse-events.c | 6 +++--- 1 file changed, 3 insertions(+), 3 deletions(-) diff --git a/tools/perf/tests/parse-events.c b/tools/perf/tests/parse-events.c index 48114d1..a6f51ff 100644 --- a/tools/perf/tests/parse-events.c +++ b/tools/perf/tests/parse-events.c @@ -1531,9 +1531,9 @@ do { \ return ret; } - ret1 = test_terms(test__terms, ARRAY_SIZE(test__terms)); - if (!ret2) - ret2 = ret1; + TEST_EVENTS(test__terms); + +#undef TEST_EVENTS return ret2; } -- 1.8.4.477.g5d89aa9 -- To unsubscribe from this list: send the line "unsubscribe linux-kernel" in the body of a message to majord...@vger.kernel.org More majordomo info at http://vger.kernel.org/majordomo-info.html Please read the FAQ at http://www.tux.org/lkml/