CHECK: Lines should not end with a '(' #50: FILE: tools/testing/selftests/bpf/prog_tests/uprobe_syscall.c:225: + asm volatile ( CHECK: Lines should not end with a '(' #64: FILE: tools/testing/selftests/bpf/prog_tests/uprobe_syscall.c:239: + asm volatile ( CHECK: Alignment should match open parenthesis #73: FILE: tools/testing/selftests/bpf/prog_tests/uprobe_syscall.c:248: + LIBBPF_OPTS(bpf_uprobe_multi_opts, opts, + .retprobe = true, WARNING: line length of 82 exceeds 80 columns #102: FILE: tools/testing/selftests/bpf/prog_tests/uprobe_syscall.c:277: + skel->links.test = bpf_program__attach_uprobe_multi(skel->progs.test, pid, WARNING: line length of 93 exceeds 80 columns #104: FILE: tools/testing/selftests/bpf/prog_tests/uprobe_syscall.c:279: + "uretprobe_syscall_call", &opts); WARNING: line length of 81 exceeds 80 columns #105: FILE: tools/testing/selftests/bpf/prog_tests/uprobe_syscall.c:280: + if (!ASSERT_OK_PTR(skel->links.test, "bpf_program__attach_uprobe_multi")) WARNING: added, moved or deleted file(s), does MAINTAINERS need updating? #148: new file mode 100644 total: 0 errors, 4 warnings, 3 checks, 135 lines checked NOTE: For some of the reported defects, checkpatch may be able to mechanically convert to the typical style using --fix or --fix-inplace. Commit c2c4a4c67360 ("selftests/bpf: Add uretprobe syscall call from user space test") has style problems, please review. NOTE: Ignored message types: ALLOC_SIZEOF_STRUCT BAD_REPORTED_BY_LINK CAMELCASE COMMIT_LOG_LONG_LINE GIT_COMMIT_ID MACRO_ARG_REUSE NO_AUTHOR_SIGN_OFF NOTE: If any of the errors are false positives, please report them to the maintainer, see CHECKPATCH in MAINTAINERS. total: 0 errors, 4 warnings, 3 checks, 135 lines checked