CHECK: Lines should not end with a '(' #48: FILE: tools/testing/selftests/bpf/prog_tests/uprobe.c:101: + asm volatile ( WARNING: line length of 85 exceeds 80 columns #53: FILE: tools/testing/selftests/bpf/prog_tests/uprobe.c:106: +static __naked void uprobe_regs_change(struct pt_regs *before, struct pt_regs *after) CHECK: Lines should not end with a '(' #55: FILE: tools/testing/selftests/bpf/prog_tests/uprobe.c:108: + asm volatile ( WARNING: line length of 100 exceeds 80 columns #116: FILE: tools/testing/selftests/bpf/prog_tests/uprobe.c:169: + skel->links.test_regs_change = bpf_program__attach_uprobe_opts(skel->progs.test_regs_change, CHECK: Alignment should match open parenthesis #117: FILE: tools/testing/selftests/bpf/prog_tests/uprobe.c:170: + skel->links.test_regs_change = bpf_program__attach_uprobe_opts(skel->progs.test_regs_change, + -1, WARNING: line length of 92 exceeds 80 columns #121: FILE: tools/testing/selftests/bpf/prog_tests/uprobe.c:174: + if (!ASSERT_OK_PTR(skel->links.test_regs_change, "bpf_program__attach_uprobe_opts")) total: 0 errors, 3 warnings, 3 checks, 156 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 bfdc5333264d ("selftests/bpf: Add uprobe context registers changes 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, 3 warnings, 3 checks, 156 lines checked