WARNING: line length of 83 exceeds 80 columns #31: FILE: include/linux/bpf_verifier.h:643: +int bpf_btf_load_log_attr_init(struct bpf_log_attr *attr_log, union bpf_attr *attr, WARNING: line length of 90 exceeds 80 columns #46: FILE: include/linux/btf.h:149: +int btf_new_fd(const union bpf_attr *attr, bpfptr_t uattr, struct bpf_log_attr *attr_log); WARNING: line length of 89 exceeds 80 columns #102: FILE: kernel/bpf/btf.c:8125: +int btf_new_fd(const union bpf_attr *attr, bpfptr_t uattr, struct bpf_log_attr *attr_log) WARNING: line length of 83 exceeds 80 columns #120: FILE: kernel/bpf/log.c:903: +int bpf_btf_load_log_attr_init(struct bpf_log_attr *attr_log, union bpf_attr *attr, WARNING: line length of 94 exceeds 80 columns #123: FILE: kernel/bpf/log.c:906: + bpf_log_attr_init(attr_log, offsetof(union bpf_attr, btf_log_true_size), uattr, size); WARNING: line length of 98 exceeds 80 columns #139: FILE: kernel/bpf/syscall.c:5441: +static int bpf_btf_load(const union bpf_attr *attr, bpfptr_t uattr, struct bpf_log_attr *attr_log) total: 0 errors, 6 warnings, 0 checks, 109 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 29e370665603 ("bpf: Refactor reporting btf_log_true_size for btf_load") 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, 6 warnings, 0 checks, 109 lines checked