WARNING: line length of 88 exceeds 80 columns #51: FILE: kernel/bpf/btf.c:5618: +static const struct btf_type *find_canonical_prog_ctx_type(enum bpf_prog_type prog_type) WARNING: line length of 85 exceeds 80 columns #65: FILE: kernel/bpf/btf.c:5627: + ctx_type = btf_type_member(conv_struct) + bpf_ctx_convert_map[prog_type] * 2; WARNING: line length of 89 exceeds 80 columns #81: FILE: kernel/bpf/btf.c:5643: + ctx_type = btf_type_member(conv_struct) + bpf_ctx_convert_map[prog_type] * 2 + 1; total: 0 errors, 3 warnings, 0 checks, 114 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 c98cb562a15f ("bpf: extract bpf_ctx_convert_map logic and make it more reusable") 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, 3 warnings, 0 checks, 114 lines checked