WARNING: line length of 86 exceeds 80 columns #66: FILE: tools/testing/selftests/bpf/prog_tests/test_struct_ops_assoc.c:123: + err = bpf_prog_test_run_opts(bpf_program__fd(skel->progs.syscall_prog), NULL); WARNING: line length of 93 exceeds 80 columns #70: FILE: tools/testing/selftests/bpf/prog_tests/test_struct_ops_assoc.c:127: + * .test_1 has scheduled timer_cb that calls bpf_kfunc_multi_st_ops_test_1_prog_arg() WARNING: line length of 84 exceeds 80 columns #75: FILE: tools/testing/selftests/bpf/prog_tests/test_struct_ops_assoc.c:132: + ASSERT_EQ(skel->bss->timer_test_1_ret, 1234, "skel->bss->timer_test_1_ret"); WARNING: line length of 84 exceeds 80 columns #99: FILE: tools/testing/selftests/bpf/prog_tests/test_struct_ops_assoc.c:156: + /* timer_cb will run 500ms after syscall_prog_run when st_ops_map is gone */ WARNING: line length of 86 exceeds 80 columns #103: FILE: tools/testing/selftests/bpf/prog_tests/test_struct_ops_assoc.c:160: + err = bpf_prog_test_run_opts(bpf_program__fd(skel->progs.syscall_prog), NULL); WARNING: line length of 93 exceeds 80 columns #112: FILE: tools/testing/selftests/bpf/prog_tests/test_struct_ops_assoc.c:169: + * .test_1 has scheduled timer_cb that calls bpf_kfunc_multi_st_ops_test_1_prog_arg() WARNING: line length of 82 exceeds 80 columns #117: FILE: tools/testing/selftests/bpf/prog_tests/test_struct_ops_assoc.c:174: + ASSERT_EQ(skel->bss->timer_test_1_ret, -1, "skel->bss->timer_test_1_ret"); total: 0 errors, 7 warnings, 0 checks, 173 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 f3bc73ef7104 ("selftests/bpf: Test getting associated struct_ops in timer callback") 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, 7 warnings, 0 checks, 173 lines checked