WARNING: line length of 99 exceeds 80 columns #73: FILE: tools/testing/selftests/bpf/prog_tests/sleepable_tracepoints.c:28: +static void run_auto_attach_test(struct bpf_program *prog, struct test_sleepable_tracepoints *skel) WARNING: line length of 82 exceeds 80 columns #108: FILE: tools/testing/selftests/bpf/prog_tests/sleepable_tracepoints.c:63: + link = bpf_program__attach(skel->progs.handle_sys_enter_tp_alias); WARNING: line length of 86 exceeds 80 columns #114: FILE: tools/testing/selftests/bpf/prog_tests/sleepable_tracepoints.c:69: + link = bpf_program__attach(skel->progs.handle_sys_enter_raw_tp_alias); WARNING: line length of 89 exceeds 80 columns #122: FILE: tools/testing/selftests/bpf/prog_tests/sleepable_tracepoints.c:77: + link = bpf_program__attach_raw_tracepoint(skel->progs.handle_raw_tp_bare, WARNING: line length of 93 exceeds 80 columns #129: FILE: tools/testing/selftests/bpf/prog_tests/sleepable_tracepoints.c:84: + link = bpf_program__attach_tracepoint(skel->progs.handle_tp_bare, "syscalls", WARNING: line length of 82 exceeds 80 columns #145: FILE: tools/testing/selftests/bpf/prog_tests/sleepable_tracepoints.c:100: + ASSERT_EQ(skel->bss->exit_triggered, 1, "exit_triggered"); WARNING: line length of 84 exceeds 80 columns #153: FILE: tools/testing/selftests/bpf/prog_tests/sleepable_tracepoints.c:108: + link = bpf_program__attach(skel->progs.handle_raw_tp_non_faultable); total: 0 errors, 7 warnings, 0 checks, 285 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 81bc279c107c ("selftests/bpf: Add tests for sleepable tracepoint programs") 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, 285 lines checked