Re: [PATCHv5 bpf-next 2/7] selftests/bpf: Add missing semicolon

2021-04-15 Thread Andrii Nakryiko
On Wed, Apr 14, 2021 at 5:43 PM Jiri Olsa wrote: > > Adding missing semicolon. > > Fixes: 22ba36351631 ("selftests/bpf: Move and extend ASSERT_xxx() testing > macros") > Signed-off-by: Jiri Olsa > --- this is already fixed by 1969b3c60db6 ("selftests/bpf: Fix the ASSERT_ERR_PTR macro") > tool

[PATCHv5 bpf-next 2/7] selftests/bpf: Add missing semicolon

2021-04-14 Thread Jiri Olsa
Adding missing semicolon. Fixes: 22ba36351631 ("selftests/bpf: Move and extend ASSERT_xxx() testing macros") Signed-off-by: Jiri Olsa --- tools/testing/selftests/bpf/test_progs.h | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/tools/testing/selftests/bpf/test_progs.h b/tool