WARNING: line length of 83 exceeds 80 columns #108: FILE: tools/lib/bpf/libbpf.c:2024: + sec_name = elf_sec_name(obj, elf_sec_by_idx(obj, sec_idx)); WARNING: line length of 83 exceeds 80 columns #109: FILE: tools/lib/bpf/libbpf.c:2025: + err = bpf_object__init_internal_map(obj, LIBBPF_MAP_PERCPU, WARNING: line length of 82 exceeds 80 columns #111: FILE: tools/lib/bpf/libbpf.c:2027: + sec_desc->data->d_buf, WARNING: line length of 84 exceeds 80 columns #112: FILE: tools/lib/bpf/libbpf.c:2028: + sec_desc->data->d_size); WARNING: line length of 83 exceeds 80 columns #122: FILE: tools/lib/bpf/libbpf.c:3380: + if (strcmp(sec_name, PERCPU_SEC) == 0 || str_has_pfx(sec_name, PERCPU_SEC)) WARNING: line length of 93 exceeds 80 columns #268: FILE: tools/lib/bpf/libbpf.c:10195: + if (map->libbpf_type == LIBBPF_MAP_PERCPU && strcmp(map->real_name, PERCPU_SEC) != 0) total: 0 errors, 6 warnings, 0 checks, 251 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 f9491b1f8e2b ("bpf, libbpf: Support global percpu data") 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, 6 warnings, 0 checks, 251 lines checked