projects
/
linux-2.6-microblaze.git
/ commitdiff
commit
grep
author
committer
pickaxe
?
search:
re
summary
|
shortlog
|
log
|
commit
| commitdiff |
tree
raw
|
patch
| inline |
side by side
(parent:
34e934b
)
bpf: Remove commented out debugging hack in test_align.
author
David S. Miller
<davem@davemloft.net>
Fri, 12 May 2017 01:41:09 +0000
(21:41 -0400)
committer
David S. Miller
<davem@davemloft.net>
Fri, 12 May 2017 01:41:09 +0000
(21:41 -0400)
Reported-by: Alexander Alemayhu <alexander@alemayhu.com>
Signed-off-by: David S. Miller <davem@davemloft.net>
tools/testing/selftests/bpf/test_align.c
patch
|
blob
|
history
diff --git
a/tools/testing/selftests/bpf/test_align.c
b/tools/testing/selftests/bpf/test_align.c
index
9dd9794
..
ed24255
100644
(file)
--- 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;