WARNING: line length of 81 exceeds 80 columns #254: FILE: scripts/gen-btf.sh:94: + # Create ${btf_data} which contains just .BTF section but no symbols. Add WARNING: line length of 86 exceeds 80 columns #271: FILE: scripts/gen-btf.sh:111: + printf "${et_rel}" | dd of="${btf_data}" conv=notrunc bs=1 seek=16 status=none WARNING: line length of 85 exceeds 80 columns #485: FILE: tools/bpf/resolve_btfids/main.c:424: + * If target endianness differs from host, we need to bswap32 WARNING: line length of 82 exceeds 80 columns #486: FILE: tools/bpf/resolve_btfids/main.c:425: + * the .BTF_ids section data on load, because .BTF_ids has WARNING: line length of 86 exceeds 80 columns #487: FILE: tools/bpf/resolve_btfids/main.c:426: + * Elf_Type = ELF_T_BYTE, and so libelf returns data buffer in WARNING: line length of 84 exceeds 80 columns #519: FILE: tools/bpf/resolve_btfids/main.c:569: + pr_err("FAILED to distill base BTF: %s\n", strerror(errno)); WARNING: line length of 95 exceeds 80 columns #661: FILE: tools/bpf/resolve_btfids/main.c:853: +static inline int make_out_path(char *buf, u32 buf_sz, const char *in_path, const char *suffix) WARNING: line length of 82 exceeds 80 columns #688: FILE: tools/bpf/resolve_btfids/main.c:896: + "distill --btf_base and emit .BTF.base section data"), WARNING: line length of 83 exceeds 80 columns #725: FILE: tools/bpf/resolve_btfids/main.c:933: + err = make_out_path(out_path, sizeof(out_path), obj.path, BTF_IDS_SECTION); WARNING: line length of 92 exceeds 80 columns #737: FILE: tools/bpf/resolve_btfids/main.c:945: + err = make_out_path(out_path, sizeof(out_path), obj.path, BTF_BASE_ELF_SEC); total: 0 errors, 10 warnings, 0 checks, 650 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 94e5d9908721 ("resolve_btfids: Change in-place update with raw binary output") 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, 10 warnings, 0 checks, 650 lines checked