WARNING: line length of 95 exceeds 80 columns #32: FILE: kernel/bpf/syscall.c:6214: +static int check_btf_load_log_attrs(union bpf_attr *attr, struct bpf_common_attr *common_attrs) WARNING: line length of 89 exceeds 80 columns #36: FILE: kernel/bpf/syscall.c:6218: + err = check_log_attrs(attr->btf_log_buf, attr->btf_log_size, attr->btf_log_level, WARNING: line length of 95 exceeds 80 columns #50: FILE: kernel/bpf/syscall.c:6232: +static int copy_btf_load_log_true_size(union bpf_attr *attr, bpfptr_t uattr, unsigned int size, WARNING: line length of 99 exceeds 80 columns #51: FILE: kernel/bpf/syscall.c:6233: + struct bpf_common_attr *common_attrs, bpfptr_t uattr_common, WARNING: line length of 98 exceeds 80 columns #75: FILE: kernel/bpf/syscall.c:6357: + ret = copy_btf_load_log_true_size(&attr, uattr, size, &common_attrs, uattr_common, total: 0 errors, 5 warnings, 0 checks, 51 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 cf3ffb9f3440 ("bpf: Add common attr support 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, 5 warnings, 0 checks, 51 lines checked