WARNING: line length of 82 exceeds 80 columns #57: FILE: tools/lib/bpf/libbpf.c:1908: + if (!map->btf_value_type_id || map->libbpf_type == LIBBPF_MAP_PERCPU_DATA) WARNING: line length of 83 exceeds 80 columns #101: FILE: tools/lib/bpf/libbpf.c:2008: + sec_name = elf_sec_name(obj, elf_sec_by_idx(obj, sec_idx)); WARNING: line length of 88 exceeds 80 columns #102: FILE: tools/lib/bpf/libbpf.c:2009: + err = bpf_object__init_internal_map(obj, LIBBPF_MAP_PERCPU_DATA, WARNING: line length of 82 exceeds 80 columns #104: FILE: tools/lib/bpf/libbpf.c:2011: + sec_desc->data->d_buf, WARNING: line length of 84 exceeds 80 columns #105: FILE: tools/lib/bpf/libbpf.c:2012: + sec_desc->data->d_size); WARNING: line length of 93 exceeds 80 columns #115: FILE: tools/lib/bpf/libbpf.c:3379: + if (strcmp(sec_name, PERCPU_DATA_SEC) == 0 || str_has_pfx(sec_name, PERCPU_DATA_SEC)) WARNING: line length of 103 exceeds 80 columns #264: FILE: tools/lib/bpf/libbpf.c:10280: + if (map->libbpf_type == LIBBPF_MAP_PERCPU_DATA && strcmp(map->real_name, PERCPU_DATA_SEC) != 0) total: 0 errors, 7 warnings, 0 checks, 254 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 2747c34248f2 ("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, 7 warnings, 0 checks, 254 lines checked