WARNING: line length of 97 exceeds 80 columns #80: FILE: kernel/bpf/btf.c:8381: +static int __btf_struct_kfunc_set_add(struct btf_struct_kfunc_tab **kfunc_tab, u32 struct_btf_id, WARNING: line length of 95 exceeds 80 columns #81: FILE: kernel/bpf/btf.c:8382: + unsigned long kfunc_addr, void *key, cmp_func_t cmp_func) WARNING: line length of 90 exceeds 80 columns #100: FILE: kernel/bpf/btf.c:8401: + if (set && bsearch(key, set, tab->cnt, sizeof(struct btf_struct_kfunc), cmp_func)) WARNING: line length of 96 exceeds 80 columns #104: FILE: kernel/bpf/btf.c:8405: + set = krealloc(tab->set, sizeof(struct btf_struct_kfunc) * (tab->capacity + 16), WARNING: line length of 82 exceeds 80 columns #119: FILE: kernel/bpf/btf.c:8420: + sort(tab->set, tab->cnt, sizeof(struct btf_struct_kfunc), cmp_func, NULL); WARNING: line length of 83 exceeds 80 columns #128: FILE: kernel/bpf/btf.c:8429: +static int btf_struct_kfunc_set_add(struct btf *btf, u32 kfunc_id, u32 kfunc_flags) WARNING: line length of 84 exceeds 80 columns #147: FILE: kernel/bpf/btf.c:8448: + sturct_type = btf_type_skip_modifiers(btf, kfunc_proto->type, NULL); WARNING: line length of 98 exceeds 80 columns #152: FILE: kernel/bpf/btf.c:8453: + sturct_type = btf_type_skip_modifiers(btf, btf_params(kfunc_proto)[0].type, NULL); WARNING: line length of 86 exceeds 80 columns #157: FILE: kernel/bpf/btf.c:8458: + sturct_type = btf_type_skip_modifiers(btf, sturct_type->type, &struct_btf_id); WARNING: line length of 88 exceeds 80 columns #165: FILE: kernel/bpf/btf.c:8466: + ret = __btf_struct_kfunc_set_add(&btf->acquire_kfunc_tab, struct_btf_id, WARNING: line length of 98 exceeds 80 columns #166: FILE: kernel/bpf/btf.c:8467: + kfunc_addr, &dummy_key, btf_kfunc_addr_cmp_func); WARNING: line length of 88 exceeds 80 columns #168: FILE: kernel/bpf/btf.c:8469: + ret = __btf_struct_kfunc_set_add(&btf->release_kfunc_tab, struct_btf_id, WARNING: line length of 98 exceeds 80 columns #169: FILE: kernel/bpf/btf.c:8470: + kfunc_addr, &dummy_key, btf_kfunc_addr_cmp_func); WARNING: line length of 92 exceeds 80 columns #172: FILE: kernel/bpf/btf.c:8473: + ret = __btf_struct_kfunc_set_add(&btf->release_kfunc_btf_tab, struct_btf_id, WARNING: line length of 94 exceeds 80 columns #173: FILE: kernel/bpf/btf.c:8474: + kfunc_addr, &struct_btf_id, btf_id_cmp_func); WARNING: line length of 93 exceeds 80 columns #191: FILE: kernel/bpf/btf.c:8580: + btf_struct_kfunc_set_add(btf, set->pairs[i].id, set->pairs[i].flags); total: 0 errors, 16 warnings, 0 checks, 152 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 6875f485398c ("bpf: Pairing data structure types with acquire/release kfuncs") 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, 16 warnings, 0 checks, 152 lines checked