WARNING: line length of 81 exceeds 80 columns #91: FILE: tools/testing/selftests/bpf/prog_tests/sleepable_tracepoints.c:60: + link = bpf_program__attach_raw_tracepoint(skel->progs.handle_raw_tp_bare, WARNING: Missing a blank line after declarations #110: FILE: tools/testing/selftests/bpf/prog_tests/sleepable_tracepoints.c:79: + __u64 args[2] = {0x1234ULL, 0x5678ULL}; + LIBBPF_OPTS(bpf_test_run_opts, topts, CHECK: Alignment should match open parenthesis #111: FILE: tools/testing/selftests/bpf/prog_tests/sleepable_tracepoints.c:80: + LIBBPF_OPTS(bpf_test_run_opts, topts, + .ctx_in = args, WARNING: Missing a blank line after declarations #125: FILE: tools/testing/selftests/bpf/prog_tests/sleepable_tracepoints.c:94: + __u64 args[2] = {}; + LIBBPF_OPTS(bpf_test_run_opts, topts, CHECK: Alignment should match open parenthesis #126: FILE: tools/testing/selftests/bpf/prog_tests/sleepable_tracepoints.c:95: + LIBBPF_OPTS(bpf_test_run_opts, topts, + .ctx_in = args, total: 0 errors, 3 warnings, 2 checks, 301 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 69cd593ada3a ("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, 3 warnings, 2 checks, 301 lines checked