WARNING: line length of 91 exceeds 80 columns #70: FILE: kernel/bpf/verifier.c:12615: +static bool btf_id_in_kfunc_table(u32 btf_id, const enum special_kfunc_type *kfuncs, int n) WARNING: line length of 83 exceeds 80 columns #134: FILE: kernel/bpf/verifier.c:13138: + ret = btf_id_in_kfunc_table(kfunc_btf_id, bpf_list_node_api_kfuncs, WARNING: line length of 82 exceeds 80 columns #135: FILE: kernel/bpf/verifier.c:13139: + ARRAY_SIZE(bpf_list_node_api_kfuncs)); WARNING: line length of 85 exceeds 80 columns #142: FILE: kernel/bpf/verifier.c:13142: + ret = btf_id_in_kfunc_table(kfunc_btf_id, bpf_rbtree_node_api_kfuncs, WARNING: line length of 84 exceeds 80 columns #143: FILE: kernel/bpf/verifier.c:13143: + ARRAY_SIZE(bpf_rbtree_node_api_kfuncs)); total: 0 errors, 5 warnings, 0 checks, 123 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 405d794ca377 ("bpf/verifier: refactor kfunc checks to table-driven approach") 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, 5 warnings, 0 checks, 123 lines checked