From: Dmitry V. Levin Date: Wed, 8 Feb 2017 15:12:40 +0000 (+0000) Subject: tests: fix typo in bpf.test X-Git-Tag: v4.16~16 X-Git-Url: https://granicus.if.org/sourcecode?a=commitdiff_plain;h=75c38441674650b03c58bd5c5b6275f0b0e7ef9d;p=strace tests: fix typo in bpf.test * tests/bpf.c (main): Add missing semicolon. Fixes: ad427721 ("tests: rewrite bpf.test from match_grep to match_diff") --- diff --git a/tests/bpf.c b/tests/bpf.c index cc5a035c..7ef16c9f 100644 --- a/tests/bpf.c +++ b/tests/bpf.c @@ -213,7 +213,7 @@ main(void) (unsigned) sizeof(union bpf_attr), errstr); BOGUS_BPF(BPF_PROG_ATTACH); - prog_cgroup(BPF_PROG_DETACH) + prog_cgroup(BPF_PROG_DETACH); printf("bpf(BPF_PROG_DETACH" ", {target_fd=-1, attach_type=BPF_CGROUP_INET_INGRESS}, %u)" " = %s\n",