WARNING: line length of 92 exceeds 80 columns #91: FILE: tools/testing/selftests/bpf/prog_tests/tracing_multi.c:701: + skel->links.test_fentry = bpf_program__attach_tracing_multi(skel->progs.test_fentry, CHECK: Alignment should match open parenthesis #92: FILE: tools/testing/selftests/bpf/prog_tests/tracing_multi.c:702: + skel->links.test_fentry = bpf_program__attach_tracing_multi(skel->progs.test_fentry, + NULL, &opts); WARNING: line length of 90 exceeds 80 columns #93: FILE: tools/testing/selftests/bpf/prog_tests/tracing_multi.c:703: + if (!ASSERT_ERR_PTR(skel->links.test_fentry, "bpf_program__attach_tracing_multi")) WARNING: line length of 90 exceeds 80 columns #96: FILE: tools/testing/selftests/bpf/prog_tests/tracing_multi.c:706: + skel->links.test_fexit = bpf_program__attach_tracing_multi(skel->progs.test_fexit, CHECK: Alignment should match open parenthesis #97: FILE: tools/testing/selftests/bpf/prog_tests/tracing_multi.c:707: + skel->links.test_fexit = bpf_program__attach_tracing_multi(skel->progs.test_fexit, + NULL, &opts); WARNING: line length of 89 exceeds 80 columns #98: FILE: tools/testing/selftests/bpf/prog_tests/tracing_multi.c:708: + if (!ASSERT_ERR_PTR(skel->links.test_fexit, "bpf_program__attach_tracing_multi")) CHECK: Please don't use multiple blank lines #109: FILE: tools/testing/selftests/bpf/prog_tests/tracing_multi.c:719: + + CHECK: multiple assignments should be avoided #130: FILE: tools/testing/selftests/bpf/prog_tests/tracing_multi.c:740: + skel = skels[i] = tracing_multi_rollback__open(); WARNING: line length of 83 exceeds 80 columns #140: FILE: tools/testing/selftests/bpf/prog_tests/tracing_multi.c:750: + skel->links.filler = bpf_program__attach_trace(skel->progs.filler); WARNING: line length of 88 exceeds 80 columns #141: FILE: tools/testing/selftests/bpf/prog_tests/tracing_multi.c:751: + if (!ASSERT_OK_PTR(skels[i]->links.filler, "bpf_program__attach_trace")) WARNING: line length of 92 exceeds 80 columns #198: FILE: tools/testing/selftests/bpf/prog_tests/tracing_multi.c:808: + skel->links.test_fentry = bpf_program__attach_tracing_multi(skel->progs.test_fentry, CHECK: Alignment should match open parenthesis #199: FILE: tools/testing/selftests/bpf/prog_tests/tracing_multi.c:809: + skel->links.test_fentry = bpf_program__attach_tracing_multi(skel->progs.test_fentry, + NULL, &opts); WARNING: line length of 90 exceeds 80 columns #200: FILE: tools/testing/selftests/bpf/prog_tests/tracing_multi.c:810: + if (!ASSERT_ERR_PTR(skel->links.test_fentry, "bpf_program__attach_tracing_multi")) WARNING: line length of 90 exceeds 80 columns #203: FILE: tools/testing/selftests/bpf/prog_tests/tracing_multi.c:813: + skel->links.test_fexit = bpf_program__attach_tracing_multi(skel->progs.test_fexit, CHECK: Alignment should match open parenthesis #204: FILE: tools/testing/selftests/bpf/prog_tests/tracing_multi.c:814: + skel->links.test_fexit = bpf_program__attach_tracing_multi(skel->progs.test_fexit, + NULL, &opts); WARNING: line length of 89 exceeds 80 columns #205: FILE: tools/testing/selftests/bpf/prog_tests/tracing_multi.c:815: + if (!ASSERT_ERR_PTR(skel->links.test_fexit, "bpf_program__attach_tracing_multi")) total: 0 errors, 10 warnings, 6 checks, 231 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 c73de86aa120 ("selftests/bpf: Add tracing multi attach rollback tests") has style problems, please review. NOTE: Ignored message types: ALLOC_SIZEOF_STRUCT BAD_REPORTED_BY_LINK CAMELCASE COMMIT_LOG_LONG_LINE FILE_PATH_CHANGES 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, 10 warnings, 6 checks, 231 lines checked