Re: [PATCH] selftests/bpf: Removed redundant variable

2024-10-10 Thread Andrii Nakryiko
On Wed, Oct 9, 2024 at 11:46 PM Zhu Jun wrote: > > The error check is no longer needed for this test case, > simplifying the code. > > Signed-off-by: Zhu Jun > --- > tools/testing/selftests/bpf/prog_tests/signal_pending.c | 2 +- > 1 file changed, 1 insertion(+), 1 deletion(-) > please add b...

[PATCH] selftests/bpf: Removed redundant variable

2024-10-09 Thread Zhu Jun
The error check is no longer needed for this test case, simplifying the code. Signed-off-by: Zhu Jun --- tools/testing/selftests/bpf/prog_tests/signal_pending.c | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/tools/testing/selftests/bpf/prog_tests/signal_pending.c b/tools/te