WARNING: line length of 96 exceeds 80 columns #35: FILE: kernel/bpf/syscall.c:1543: +static void *bpf_copy_from_dynptr_ukey(const struct bpf_map *map, bpfptr_t ukey, bool copy_data) WARNING: line length of 89 exceeds 80 columns #64: FILE: kernel/bpf/syscall.c:1597: + bpfptr_t udata = make_bpfptr(uptr->data, bpfptr_is_kernel(ukey)); WARNING: line length of 86 exceeds 80 columns #116: FILE: kernel/bpf/syscall.c:1665: + copy_to_user(ukey + offset, key + offset, field->offset - offset)) WARNING: line length of 96 exceeds 80 columns #126: FILE: kernel/bpf/syscall.c:1675: + if (copy_to_user(u64_to_user_ptr(udata), __bpf_dynptr_data(kptr, size), size) || WARNING: line length of 89 exceeds 80 columns #151: FILE: kernel/bpf/syscall.c:1892: + next_key = bpf_copy_from_dynptr_ukey(map, USER_BPFPTR(unext_key), false); WARNING: line length of 85 exceeds 80 columns #175: FILE: kernel/bpf/syscall.c:1920: + err = copy_to_user(unext_key, next_key, map->key_size) ? -EFAULT : 0; total: 0 errors, 6 warnings, 0 checks, 145 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 3f8b7ce575b5 ("bpf: Handle bpf_dynptr_user in bpf syscall when it is used as output") 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, 6 warnings, 0 checks, 145 lines checked