WARNING: line length of 92 exceeds 80 columns #41: FILE: tools/lib/bpf/libbpf.c:8279: + prog->expected_attach_type = BPF_TRACE_UPROBE_MULTI; WARNING: line length of 87 exceeds 80 columns #93: FILE: tools/lib/bpf/libbpf.c:12784: + *link = bpf_program__attach_uprobe_multi(prog, -1, binary_path, WARNING: line length of 83 exceeds 80 columns #94: FILE: tools/lib/bpf/libbpf.c:12785: + func_name, &opts); WARNING: line length of 86 exceeds 80 columns #100: FILE: tools/lib/bpf/libbpf.c:12791: + *link = bpf_program__attach_uprobe_opts(prog, -1, binary_path, total: 0 errors, 4 warnings, 0 checks, 76 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 1634ac2bfb56 ("libbpf: Auto-upgrade uprobes to multi-uprobes when supported") 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, 4 warnings, 0 checks, 76 lines checked