WARNING: line length of 81 exceeds 80 columns #55: FILE: tools/lib/bpf/libbpf.c:13746: + struct bpf_prog_skeleton *cur_prog = (struct bpf_prog_skeleton *) WARNING: line length of 83 exceeds 80 columns #74: FILE: tools/lib/bpf/libbpf.c:13796: + err = populate_skeleton_progs(obj, s->progs, s->prog_cnt, s->prog_skel_sz); WARNING: line length of 82 exceeds 80 columns #83: FILE: tools/lib/bpf/libbpf.c:13826: + err = populate_skeleton_maps(s->obj, s->maps, s->map_cnt, s->map_skel_sz); WARNING: line length of 86 exceeds 80 columns #90: FILE: tools/lib/bpf/libbpf.c:13832: + err = populate_skeleton_progs(s->obj, s->progs, s->prog_cnt, s->prog_skel_sz); WARNING: line length of 82 exceeds 80 columns #115: FILE: tools/lib/bpf/libbpf.c:13939: + struct bpf_prog_skeleton *prog_skel = (struct bpf_prog_skeleton *) WARNING: line length of 82 exceeds 80 columns #140: FILE: tools/lib/bpf/libbpf.c:14013: + struct bpf_prog_skeleton *prog_skel = (struct bpf_prog_skeleton *) total: 0 errors, 6 warnings, 0 checks, 126 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 41b8a75cb0f0 ("libbpf: use original struct sizes for skeleton iterations") 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, 126 lines checked