WARNING: line length of 82 exceeds 80 columns #34: FILE: include/linux/btf.h:529: + const struct btf_type *t, enum bpf_prog_type prog_type, CHECK: Alignment should match open parenthesis #34: FILE: include/linux/btf.h:529: +bool btf_is_prog_ctx_type(struct bpf_verifier_log *log, const struct btf *btf, + const struct btf_type *t, enum bpf_prog_type prog_type, CHECK: Please use a blank line after function/struct/union/enum declarations #47: FILE: include/linux/btf.h:570: } +static inline bool WARNING: line length of 81 exceeds 80 columns #70: FILE: kernel/bpf/btf.c:5691: + const struct btf_type *t, enum bpf_prog_type prog_type, WARNING: line length of 94 exceeds 80 columns #145: FILE: kernel/bpf/btf.c:7186: + if ((tags & ARG_TAG_CTX) || btf_is_prog_ctx_type(log, btf, t, prog_type, i)) { WARNING: line length of 95 exceeds 80 columns #158: FILE: kernel/bpf/verifier.c:11036: + if (btf_is_prog_ctx_type(&env->log, meta->btf, t, resolve_prog_type(env->prog), argno)) total: 0 errors, 4 warnings, 2 checks, 121 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 00d262a59bda ("bpf: simplify btf_get_prog_ctx_type() into btf_is_prog_ctx_type()") 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, 4 warnings, 2 checks, 121 lines checked