========== checkpatch - FAILED WARNING: line length of 93 exceeds 80 columns #50: FILE: tools/testing/selftests/bpf/prog_tests/uprobe_syscall.c:561: + skel->links.test_2 = bpf_program__attach_uprobe_multi(skel->progs.test_2, -1, WARNING: line length of 92 exceeds 80 columns #51: FILE: tools/testing/selftests/bpf/prog_tests/uprobe_syscall.c:562: + "/proc/self/exe", "uprobe_test_nop5", NULL); CHECK: Alignment should match open parenthesis #51: FILE: tools/testing/selftests/bpf/prog_tests/uprobe_syscall.c:562: + skel->links.test_2 = bpf_program__attach_uprobe_multi(skel->progs.test_2, -1, + "/proc/self/exe", "uprobe_test_nop5", NULL); WARNING: line length of 91 exceeds 80 columns #52: FILE: tools/testing/selftests/bpf/prog_tests/uprobe_syscall.c:563: + if (!ASSERT_OK_PTR(skel->links.test_2, "bpf_program__attach_uprobe_multi")) WARNING: line length of 95 exceeds 80 columns #59: FILE: tools/testing/selftests/bpf/prog_tests/uprobe_syscall.c:570: + printf("tid %d attach rounds: %lu hits: %lu\n", gettid(), rounds, skel->bss->executed); ERROR: code indent should use tabs where possible #71: FILE: tools/testing/selftests/bpf/prog_tests/uprobe_syscall.c:582: + nr_cpus = libbpf_num_possible_cpus();$ WARNING: please, no spaces at the start of a line #71: FILE: tools/testing/selftests/bpf/prog_tests/uprobe_syscall.c:582: + nr_cpus = libbpf_num_possible_cpus();$ total: 1 errors, 5 warnings, 1 checks, 98 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. NOTE: Whitespace errors detected. You may wish to use scripts/cleanpatch or scripts/cleanfile Commit 84c11096c807 ("selftests/bpf: Add hit/attach/detach race optimized uprobe 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.