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-Tag: v4.14-rc1~894^2~21 X-Git-Url: http://review.tizen.org/git/?a=commitdiff_plain;h=69a73e744db1a57175039e3d1e6ef3913e816eb8;p=platform%2Fkernel%2Flinux-rpi.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 9dd9794..ed24255 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;