WARNING: line length of 90 exceeds 80 columns #74: FILE: tools/lib/bpf/libbpf.c:9902: + attr.func_info_rec_size = info ? info_rec_size : prog->func_info_rec_size; WARNING: line length of 90 exceeds 80 columns #86: FILE: tools/lib/bpf/libbpf.c:9914: + attr.line_info_rec_size = info ? info_rec_size : prog->line_info_rec_size; WARNING: line length of 84 exceeds 80 columns #99: FILE: tools/lib/bpf/libbpf.c:9939: + attr.expected_attach_type = OPTS_GET(opts, expected_attach_type, 0); WARNING: line length of 90 exceeds 80 columns #108: FILE: tools/lib/bpf/libbpf.c:9946: + * Unlike bpf_object_load_prog(), we intentionally do not call bpf_prog_bind_map() WARNING: line length of 90 exceeds 80 columns #109: FILE: tools/lib/bpf/libbpf.c:9947: + * for RODATA maps here to avoid mutating the object's state. Callers can bind the total: 0 errors, 5 warnings, 0 checks, 96 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 7e022046ab4e ("libbpf: Fix BTF handling in bpf_program__clone()") 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, 5 warnings, 0 checks, 96 lines checked