WARNING: line length of 91 exceeds 80 columns #65: FILE: include/linux/btf.h:577: +u32 *btf_kfunc_flags(const struct btf *btf, u32 kfunc_btf_id, const struct bpf_prog *prog); WARNING: line length of 96 exceeds 80 columns #66: FILE: include/linux/btf.h:578: +bool btf_kfunc_is_allowed(const struct btf *btf, u32 kfunc_btf_id, const struct bpf_prog *prog); WARNING: line length of 90 exceeds 80 columns #144: FILE: kernel/bpf/btf.c:8741: + kfunc_flags = btf_kfunc_id_set_contains(btf, BTF_KFUNC_HOOK_COMMON, kfunc_btf_id); WARNING: line length of 98 exceeds 80 columns #145: FILE: kernel/bpf/btf.c:8742: + if (kfunc_flags && __btf_kfunc_is_allowed(btf, BTF_KFUNC_HOOK_COMMON, kfunc_btf_id, prog)) WARNING: line length of 81 exceeds 80 columns #150: FILE: kernel/bpf/btf.c:8747: + if (kfunc_flags && __btf_kfunc_is_allowed(btf, hook, kfunc_btf_id, prog)) WARNING: line length of 90 exceeds 80 columns #166: FILE: kernel/bpf/btf.c:8760: +u32 *btf_kfunc_flags(const struct btf *btf, u32 kfunc_btf_id, const struct bpf_prog *prog) WARNING: line length of 90 exceeds 80 columns #173: FILE: kernel/bpf/btf.c:8766: + kfunc_flags = btf_kfunc_id_set_contains(btf, BTF_KFUNC_HOOK_COMMON, kfunc_btf_id); WARNING: line length of 85 exceeds 80 columns #186: FILE: kernel/bpf/btf.c:8777: + if (!__btf_kfunc_is_allowed(btf, BTF_KFUNC_HOOK_FMODRET, kfunc_btf_id, prog)) WARNING: line length of 84 exceeds 80 columns #189: FILE: kernel/bpf/btf.c:8780: + return btf_kfunc_id_set_contains(btf, BTF_KFUNC_HOOK_FMODRET, kfunc_btf_id); total: 0 errors, 9 warnings, 0 checks, 138 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 fa1edf3b7390 ("bpf: Refactor btf_kfunc_id_set_contains") has style problems, please review. NOTE: Ignored message types: ALLOC_SIZEOF_STRUCT BAD_REPORTED_BY_LINK CAMELCASE COMMIT_LOG_LONG_LINE FILE_PATH_CHANGES 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, 9 warnings, 0 checks, 138 lines checked