WARNING: Please use correct Fixes: style 'Fixes: <12 chars of sha1> ("")' - ie: 'Fixes: 08ac454e258e ("libbpf: Auto-attach struct_ops BPF maps in BPF skeleton")' #28: Fixes: 08ac454e258 ("libbpf: Auto-attach struct_ops BPF maps in BPF skeleton") WARNING: line length of 83 exceeds 80 columns #54: FILE: tools/lib/bpf/libbpf.c:13720: + struct bpf_map_skeleton *map_skel = (void *)maps + i * map_skel_sz; WARNING: line length of 87 exceeds 80 columns #73: FILE: tools/lib/bpf/libbpf.c:13745: + struct bpf_prog_skeleton *prog_skel = (void *)progs + i * prog_skel_sz; WARNING: line length of 83 exceeds 80 columns #91: FILE: tools/lib/bpf/libbpf.c:13794: + err = populate_skeleton_progs(obj, s->progs, s->prog_cnt, s->prog_skel_sz); WARNING: line length of 82 exceeds 80 columns #100: FILE: tools/lib/bpf/libbpf.c:13824: + err = populate_skeleton_maps(s->obj, s->maps, s->map_cnt, s->map_skel_sz); WARNING: line length of 86 exceeds 80 columns #107: FILE: tools/lib/bpf/libbpf.c:13830: + err = populate_skeleton_progs(s->obj, s->progs, s->prog_cnt, s->prog_skel_sz); WARNING: line length of 89 exceeds 80 columns #124: FILE: tools/lib/bpf/libbpf.c:13884: + struct bpf_map_skeleton *map_skel = (void *)s->maps + i * s->map_skel_sz; WARNING: line length of 93 exceeds 80 columns #139: FILE: tools/lib/bpf/libbpf.c:13936: + struct bpf_prog_skeleton *prog_skel = (void *)s->progs + i * s->prog_skel_sz; WARNING: line length of 89 exceeds 80 columns #151: FILE: tools/lib/bpf/libbpf.c:13977: + struct bpf_map_skeleton *map_skel = (void *)s->maps + i * s->map_skel_sz; WARNING: line length of 93 exceeds 80 columns #162: FILE: tools/lib/bpf/libbpf.c:14008: + struct bpf_prog_skeleton *prog_skel = (void *)s->progs + i * s->prog_skel_sz; WARNING: line length of 89 exceeds 80 columns #172: FILE: tools/lib/bpf/libbpf.c:14019: + struct bpf_map_skeleton *map_skel = (void *)s->maps + i * s->map_skel_sz; total: 0 errors, 11 warnings, 0 checks, 127 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 ea39e69cf786 ("libbpf: fix BPF skeleton forward/backward compat handling") 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, 11 warnings, 0 checks, 127 lines checked