WARNING: line length of 96 exceeds 80 columns #27: FILE: kernel/bpf/verifier.c:8523: +static int process_async_func(struct bpf_verifier_env *env, int regno, struct bpf_map **map_ptr, WARNING: line length of 88 exceeds 80 columns #28: FILE: kernel/bpf/verifier.c:8524: + int *map_uid, u32 rec_off, enum btf_field_type field_type, WARNING: line length of 88 exceeds 80 columns #48: FILE: kernel/bpf/verifier.c:8540: + verbose(env, "map '%s' has to have BTF in order to use %s\n", map->name, WARNING: line length of 83 exceeds 80 columns #55: FILE: kernel/bpf/verifier.c:8545: + verbose(env, "map '%s' has no valid %s\n", map->name, struct_name); WARNING: line length of 85 exceeds 80 columns #62: FILE: kernel/bpf/verifier.c:8549: + verbose(env, "off %lld doesn't point to 'struct %s' that is at %d\n", WARNING: line length of 82 exceeds 80 columns #69: FILE: kernel/bpf/verifier.c:8554: + verifier_bug(env, "Two map pointers in a %s helper", struct_name); WARNING: line length of 98 exceeds 80 columns #83: FILE: kernel/bpf/verifier.c:8566: + offsetof(struct btf_record, timer_off), BPF_TIMER, "bpf_timer"); total: 0 errors, 7 warnings, 0 checks, 67 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 c6da36ab788d ("bpf: extract generic helper from process_timer_func()") 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, 67 lines checked