WARNING: line length of 97 exceeds 80 columns #33: FILE: include/linux/bpf_verifier.h:648: + struct bpf_common_attr *common, bpfptr_t uattr, CHECK: Please don't use multiple blank lines #46: FILE: kernel/bpf/log.c:902: + WARNING: line length of 97 exceeds 80 columns #48: FILE: kernel/bpf/log.c:904: + struct bpf_common_attr *common, bpfptr_t uattr, WARNING: line length of 87 exceeds 80 columns #56: FILE: kernel/bpf/log.c:912: + attr_log->log_true_size = uattr.user + offsetof(struct bpf_common_attr, WARNING: line length of 85 exceeds 80 columns #66: FILE: kernel/bpf/log.c:922: + err = bpf_vlog_init(log, common->log_level, u64_to_user_ptr(common->log_buf), WARNING: line length of 91 exceeds 80 columns #88: FILE: kernel/bpf/syscall.c:1369: +static int __map_create(union bpf_attr *attr, bpfptr_t uattr, struct bpf_verifier_log *log) WARNING: line length of 107 exceeds 80 columns #111: FILE: kernel/bpf/syscall.c:1394: + 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 #115: FILE: kernel/bpf/syscall.c:1398: + 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 #205: FILE: kernel/bpf/syscall.c:1642: +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 #212: FILE: kernel/bpf/syscall.c:1649: + log = bpf_log_attr_create_vlog(&attr_log, attr_common, uattr_common, size_common); WARNING: line length of 88 exceeds 80 columns #237: FILE: kernel/bpf/syscall.c:6275: + err = map_create(&attr, uattr, &attr_common, uattr_common, size_common); total: 0 errors, 10 warnings, 1 checks, 192 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 b6db64d41868 ("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, 1 checks, 192 lines checked