WARNING: line length of 92 exceeds 80 columns #213: FILE: kernel/bpf/verifier.c:8628: + err = process_dynptr_func(env, regno, insn_idx, arg_type, 0, &meta->dynptr); WARNING: line length of 90 exceeds 80 columns #222: FILE: kernel/bpf/verifier.c:9287: + ret = process_dynptr_func(env, regno, -1, arg->arg_type, 0, NULL); WARNING: line length of 85 exceeds 80 columns #309: FILE: kernel/bpf/verifier.c:12165: + enum bpf_dynptr_type parent_type = meta->dynptr.type; WARNING: line length of 106 exceeds 80 columns #326: FILE: kernel/bpf/verifier.c:12180: + ret = process_dynptr_func(env, regno, insn_idx, dynptr_arg_type, clone_ref_obj_id, WARNING: line length of 87 exceeds 80 columns #351: FILE: kernel/bpf/verifier.c:12787: + enum bpf_type_flag type_flag = get_dynptr_type_flag(meta->dynptr.type); total: 0 errors, 5 warnings, 0 checks, 323 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 4723d897c09d ("bpf: Unify dynptr handling in the verifier") 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, 323 lines checked