WARNING: line length of 92 exceeds 80 columns #91: FILE: tools/testing/selftests/bpf/prog_tests/tracing_multi.c:737: + 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:738: + 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:739: + 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:742: + 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:743: + 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:744: + if (!ASSERT_ERR_PTR(skel->links.test_fexit, "bpf_program__attach_tracing_multi")) CHECK: multiple assignments should be avoided #155: FILE: tools/testing/selftests/bpf/prog_tests/tracing_multi.c:801: + skel = skels[i] = tracing_multi_rollback__open(); WARNING: line length of 83 exceeds 80 columns #165: FILE: tools/testing/selftests/bpf/prog_tests/tracing_multi.c:811: + skel->links.filler = bpf_program__attach_trace(skel->progs.filler); WARNING: line length of 88 exceeds 80 columns #166: FILE: tools/testing/selftests/bpf/prog_tests/tracing_multi.c:812: + if (!ASSERT_OK_PTR(skels[i]->links.filler, "bpf_program__attach_trace")) WARNING: Missing a blank line after declarations #180: FILE: tools/testing/selftests/bpf/prog_tests/tracing_multi.c:826: + struct tracing_multi_rollback *skel = NULL, *extra; + LIBBPF_OPTS(bpf_tracing_multi_opts, opts); WARNING: line length of 92 exceeds 80 columns #227: FILE: tools/testing/selftests/bpf/prog_tests/tracing_multi.c:873: + skel->links.test_fentry = bpf_program__attach_tracing_multi(skel->progs.test_fentry, CHECK: Alignment should match open parenthesis #228: FILE: tools/testing/selftests/bpf/prog_tests/tracing_multi.c:874: + skel->links.test_fentry = bpf_program__attach_tracing_multi(skel->progs.test_fentry, + NULL, &opts); WARNING: line length of 90 exceeds 80 columns #229: FILE: tools/testing/selftests/bpf/prog_tests/tracing_multi.c:875: + if (!ASSERT_ERR_PTR(skel->links.test_fentry, "bpf_program__attach_tracing_multi")) WARNING: line length of 90 exceeds 80 columns #232: FILE: tools/testing/selftests/bpf/prog_tests/tracing_multi.c:878: + skel->links.test_fexit = bpf_program__attach_tracing_multi(skel->progs.test_fexit, CHECK: Alignment should match open parenthesis #233: FILE: tools/testing/selftests/bpf/prog_tests/tracing_multi.c:879: + skel->links.test_fexit = bpf_program__attach_tracing_multi(skel->progs.test_fexit, + NULL, &opts); WARNING: line length of 89 exceeds 80 columns #234: FILE: tools/testing/selftests/bpf/prog_tests/tracing_multi.c:880: + if (!ASSERT_ERR_PTR(skel->links.test_fexit, "bpf_program__attach_tracing_multi")) total: 0 errors, 11 warnings, 5 checks, 267 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 4c9cfb62bb9f ("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, 11 warnings, 5 checks, 267 lines checked