WARNING: line length of 88 exceeds 80 columns #106: FILE: tools/lib/bpf/libbpf.c:10027: +static int libbpf_find_prog_btf_id(const char *name, __u32 attach_prog_fd, int token_fd) WARNING: line length of 96 exceeds 80 columns #124: FILE: tools/lib/bpf/libbpf.c:10130: + err = libbpf_find_prog_btf_id(attach_name, attach_prog_fd, prog->obj->token_fd); WARNING: line length of 99 exceeds 80 columns #133: FILE: tools/lib/bpf/libbpf.c:12926: + btf_id = libbpf_find_prog_btf_id(attach_func_name, target_fd, prog->obj->token_fd); WARNING: line length of 86 exceeds 80 columns #142: FILE: tools/lib/bpf/libbpf.c:13747: + attach_prog_fd, prog->obj->token_fd); total: 0 errors, 4 warnings, 0 checks, 104 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 d8e4ec961698 ("libbpf: pass BPF token from find_prog_btf_id to BPF_BTF_GET_FD_BY_ID") has style problems, please review. NOTE: Ignored message types: ALLOC_SIZEOF_STRUCT BAD_REPORTED_BY_LINK CAMELCASE COMMIT_LOG_LONG_LINE 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, 104 lines checked