WARNING: line length of 97 exceeds 80 columns #33: FILE: include/linux/bpf_verifier.h:647: + struct bpf_common_attr *common, bpfptr_t uattr, WARNING: line length of 97 exceeds 80 columns #47: FILE: kernel/bpf/log.c:925: + struct bpf_common_attr *common, bpfptr_t uattr, WARNING: line length of 85 exceeds 80 columns #60: FILE: kernel/bpf/log.c:938: + err = bpf_vlog_init(log, common->log_level, u64_to_user_ptr(common->log_buf), WARNING: line length of 98 exceeds 80 columns #67: FILE: kernel/bpf/log.c:945: + bpf_log_attr_init(attr_log, offsetof(struct bpf_common_attr, log_true_size), uattr, size); WARNING: line length of 91 exceeds 80 columns #83: FILE: kernel/bpf/syscall.c:1368: +static int __map_create(union bpf_attr *attr, bpfptr_t uattr, struct bpf_verifier_log *log) WARNING: line length of 107 exceeds 80 columns #106: FILE: kernel/bpf/syscall.c:1393: + bpf_log(log, "btf_vmlinux_value_type_id can only be used with struct_ops maps.\n"); WARNING: line length of 134 exceeds 80 columns #110: FILE: kernel/bpf/syscall.c:1397: + bpf_log(log, "btf_vmlinux_value_type_id is mutually exclusive with btf_key_type_id and btf_value_type_id.\n"); WARNING: line length of 96 exceeds 80 columns #200: FILE: kernel/bpf/syscall.c:1641: +static int map_create(union bpf_attr *attr, bpfptr_t uattr, struct bpf_common_attr *attr_common, WARNING: line length of 90 exceeds 80 columns #207: FILE: kernel/bpf/syscall.c:1648: + log = bpf_log_attr_create_vlog(&attr_log, attr_common, uattr_common, size_common); WARNING: line length of 88 exceeds 80 columns #232: FILE: kernel/bpf/syscall.c:6262: + err = map_create(&attr, uattr, &attr_common, uattr_common, size_common); total: 0 errors, 10 warnings, 0 checks, 187 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 5eb01276e547 ("bpf: Add syscall common attributes support for map_create") 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, 10 warnings, 0 checks, 187 lines checked