CHECK: Please don't use multiple blank lines #64: FILE: tools/testing/selftests/bpf/prog_tests/wakeup_source_iter.c:16: + + CHECK: Lines should not end with a '(' #185: FILE: tools/testing/selftests/bpf/prog_tests/wakeup_source_iter.c:137: + *iter_fd = bpf_iter_create( CHECK: Lines should not end with a '(' #274: FILE: tools/testing/selftests/bpf/prog_tests/wakeup_source_iter.c:226: +static void subtest_ws_iter_check_no_infinite_reads( WARNING: line length of 85 exceeds 80 columns #280: FILE: tools/testing/selftests/bpf/prog_tests/wakeup_source_iter.c:232: + iter_fd = bpf_iter_create(bpf_link__fd(skel->links.wakeup_source_collector)); WARNING: line length of 97 exceeds 80 columns #314: FILE: tools/testing/selftests/bpf/prog_tests/wakeup_source_iter.c:266: + btf_id = btf__find_by_name_kind(vmlinux_btf, "bpf_iter__wakeup_source", BTF_KIND_STRUCT); total: 0 errors, 2 warnings, 3 checks, 387 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 fdcb1d540a63 ("selftests/bpf: Add tests for wakeup_sources") 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, 2 warnings, 3 checks, 387 lines checked