WARNING: line length of 118 exceeds 80 columns #57: FILE: kernel/bpf/helpers.c:2886: +__bpf_kfunc int bpf_dynptr_from_mem_slice(struct bpf_mem_slice *mem_slice, u64 flags, struct bpf_dynptr *dptr__uninit) WARNING: line length of 88 exceeds 80 columns #73: FILE: kernel/bpf/helpers.c:2902: + bpf_dynptr_init(dptr, mem_slice->ptr, BPF_DYNPTR_TYPE_LOCAL, 0, mem_slice->len); WARNING: line length of 96 exceeds 80 columns #119: FILE: kernel/bpf/verifier.c:13145: + if (meta->func_id == special_kfunc_list[KF_bpf_dynptr_from_mem_slice]) { WARNING: line length of 97 exceeds 80 columns #121: FILE: kernel/bpf/verifier.c:13147: + } else if (meta->func_id == special_kfunc_list[KF_bpf_dynptr_from_skb]) { total: 0 errors, 4 warnings, 0 checks, 85 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 0cc61c16a2f9 ("bpf: Introduce bpf_dynptr_from_mem_slice") 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, 4 warnings, 0 checks, 85 lines checked