WARNING: line length of 82 exceeds 80 columns #49: FILE: include/linux/bpf.h:3505: +int bpf_register_inlinable_kfuncs(void *elf_bin, u32 size, struct module *module); CHECK: Please use a blank line after function/struct/union/enum declarations #68: FILE: include/linux/btf.h:674: } +struct btf *btf_get_module_btf(const struct module *module) ERROR: code indent should use tabs where possible #102: FILE: kernel/bpf/verifier.c:20541: + * calls to bpf_[un]register_inlinable_kfuncs to guarantee BTF$ ERROR: code indent should use tabs where possible #103: FILE: kernel/bpf/verifier.c:20542: + * object lifetime.$ WARNING: line length of 81 exceeds 80 columns #133: FILE: kernel/bpf/verifier.c:20859: +int bpf_register_inlinable_kfuncs(void *elf_bin, u32 size, struct module *module) WARNING: line length of 97 exceeds 80 columns #247: FILE: kernel/bpf/verifier.c:20975: + &inlinable_kfuncs_data_end - &inlinable_kfuncs_data, total: 2 errors, 3 warnings, 1 checks, 245 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. NOTE: Whitespace errors detected. You may wish to use scripts/cleanpatch or scripts/cleanfile Commit de2907527028 ("bpf: allow specifying inlinable kfuncs in modules") 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.