From: David S. Miller Date: Fri, 12 May 2017 01:41:09 +0000 (-0400) Subject: bpf: Remove commented out debugging hack in test_align. X-Git-Url: https://git.stricted.de/?a=commitdiff_plain;h=69a73e744db1a57175039e3d1e6ef3913e816eb8;p=GitHub%2Fmoto-9609%2Fandroid_kernel_motorola_exynos9610.git bpf: Remove commented out debugging hack in test_align. Reported-by: Alexander Alemayhu Signed-off-by: David S. Miller --- diff --git a/tools/testing/selftests/bpf/test_align.c b/tools/testing/selftests/bpf/test_align.c index 9dd97948a47f..ed242552e492 100644 --- a/tools/testing/selftests/bpf/test_align.c +++ b/tools/testing/selftests/bpf/test_align.c @@ -361,7 +361,6 @@ static int do_test_single(struct bpf_align_test *test) break; } } - /* printf("%s", bpf_vlog); */ close(fd_prog); } return ret;