WARNING: line length of 85 exceeds 80 columns #48: FILE: tools/lib/bpf/features.c:449: + /* MAX_KPROBE_MULTI_CNT is defined as (1U << 20) in kernel/trace/bpf_trace.c, WARNING: line length of 83 exceeds 80 columns #49: FILE: tools/lib/bpf/features.c:450: + * so we create one more than the allowed limit to make it fail with E2BIG. WARNING: line length of 83 exceeds 80 columns #52: FILE: tools/lib/bpf/features.c:453: + link_fd = bpf_link_create(prog_fd, -1, BPF_TRACE_KPROBE_MULTI, &link_opts); total: 0 errors, 3 warnings, 0 checks, 58 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 03ef435a170c ("libbpf: Add FEAT_KPROBE_MULTI_LINK feature probe.") 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, 0 checks, 58 lines checked