WARNING: line length of 118 exceeds 80 columns #51: FILE: kernel/bpf/helpers.c:2832: +__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 #69: FILE: kernel/bpf/helpers.c:2850: + bpf_dynptr_init(dptr, mem_slice->ptr, BPF_DYNPTR_TYPE_LOCAL, 0, mem_slice->len); WARNING: line length of 96 exceeds 80 columns #115: FILE: kernel/bpf/verifier.c:13144: + if (meta->func_id == special_kfunc_list[KF_bpf_dynptr_from_mem_slice]) { WARNING: line length of 97 exceeds 80 columns #117: FILE: kernel/bpf/verifier.c:13146: + } else if (meta->func_id == special_kfunc_list[KF_bpf_dynptr_from_skb]) { total: 0 errors, 4 warnings, 0 checks, 79 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 d08bae53160f ("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, 79 lines checked