Thread (15 messages) read the whole thread 15 messages, 5 authors, 2021-04-26

Re: [PATCHv5 bpf-next 2/7] selftests/bpf: Add missing semicolon

From: Andrii Nakryiko <hidden>
Date: 2021-04-15 23:23:30
Also in: bpf

On Wed, Apr 14, 2021 at 5:43 PM Jiri Olsa [off-list ref] wrote:
Adding missing semicolon.

Fixes: 22ba36351631 ("selftests/bpf: Move and extend ASSERT_xxx() testing macros")
Signed-off-by: Jiri Olsa <jolsa@kernel.org>
---
this is already fixed by 1969b3c60db6 ("selftests/bpf: Fix the
ASSERT_ERR_PTR macro")
quoted hunk ↗ jump to hunk
 tools/testing/selftests/bpf/test_progs.h | 2 +-
 1 file changed, 1 insertion(+), 1 deletion(-)
diff --git a/tools/testing/selftests/bpf/test_progs.h b/tools/testing/selftests/bpf/test_progs.h
index e87c8546230e..ee7e3b45182a 100644
--- a/tools/testing/selftests/bpf/test_progs.h
+++ b/tools/testing/selftests/bpf/test_progs.h
@@ -210,7 +210,7 @@ extern int test__join_cgroup(const char *path);
 #define ASSERT_ERR_PTR(ptr, name) ({                                   \
        static int duration = 0;                                        \
        const void *___res = (ptr);                                     \
-       bool ___ok = IS_ERR(___res)                                     \
+       bool ___ok = IS_ERR(___res);                                    \
        CHECK(!___ok, (name), "unexpected pointer: %p\n", ___res);      \
        ___ok;                                                          \
 })
--
2.30.2
Keyboard shortcuts
hback out one level
jnext message in thread
kprevious message in thread
ldrill in
Escclose help / fold thread tree
?toggle this help