WARNING: line length of 86 exceeds 80 columns #70: FILE: kernel/bpf/btf.c:8487: +static int btf_populate_kfunc_set_cap(struct btf *btf, enum bpf_capability capability, CHECK: Alignment should match open parenthesis #71: FILE: kernel/bpf/btf.c:8488: +static int btf_populate_kfunc_set_cap(struct btf *btf, enum bpf_capability capability, + const struct btf_kfunc_id_set *kset) WARNING: line length of 83 exceeds 80 columns #130: FILE: kernel/bpf/btf.c:8547: + offsetof(struct btf_id_set8, pairs[set_cnt + add_set->cnt]), WARNING: line length of 92 exceeds 80 columns #143: FILE: kernel/bpf/btf.c:8560: + memcpy(set->pairs + set->cnt, add_set->pairs, add_set->cnt * sizeof(set->pairs[0])); WARNING: line length of 81 exceeds 80 columns #152: FILE: kernel/bpf/btf.c:8569: + sort(set->pairs, set->cnt, sizeof(set->pairs[0]), btf_id_cmp_func, NULL); CHECK: Alignment should match open parenthesis #168: FILE: kernel/bpf/btf.c:8606: +static u32 *__btf_kfunc_id_set_contains_cap(const struct btf *btf, + u32 kfunc_btf_id, WARNING: line length of 91 exceeds 80 columns #206: FILE: kernel/bpf/btf.c:8690: + kfunc_flags = __btf_kfunc_id_set_contains_cap(btf, kfunc_btf_id, prog, capability); WARNING: line length of 95 exceeds 80 columns #233: FILE: kernel/bpf/btf.c:8750: + ret = btf_check_kfunc_protos(btf, btf_relocate_id(btf, kset->set->pairs[i].id), total: 0 errors, 6 warnings, 2 checks, 230 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 cc46efc99e87 ("bpf: Add capabilities version of kfuncs registration") 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, 2 checks, 230 lines checked