소스 검색

bpf: Remove commented out debugging hack in test_align.

Reported-by: Alexander Alemayhu <alexander@alemayhu.com>
Signed-off-by: David S. Miller <davem@davemloft.net>
David S. Miller 8 년 전
부모
커밋
69a73e744d
1개의 변경된 파일0개의 추가작업 그리고 1개의 파일을 삭제
  1. 0 1
      tools/testing/selftests/bpf/test_align.c

+ 0 - 1
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;