WARNING: line length of 86 exceeds 80 columns #206: FILE: kernel/bpf/verifier.c:13454: + ret = check_kfunc_map_compatibility(env, meta, meta->map.ptr); WARNING: line length of 81 exceeds 80 columns #216: FILE: kernel/bpf/verifier.c:14044: + } else if (meta->func_id == special_kfunc_list[KF_bpf_skb_storage_get]) { WARNING: line length of 84 exceeds 80 columns #221: FILE: kernel/bpf/verifier.c:14049: + /* PTR_MAYBE_NULL will be added when is_kfunc_ret_null is checked */ WARNING: line length of 81 exceeds 80 columns #335: FILE: net/core/bpf_skb_storage.c:77: +skb_storage_lookup(struct sk_buff *skb, struct bpf_map *map, bool cacheit_lockit) WARNING: line length of 92 exceeds 80 columns #552: FILE: net/core/skbuff.c:7109: + struct bpf_skb_storage_ext *ext = skb_ext_get_ptr(new, SKB_EXT_BPF_STORAGE); total: 0 errors, 5 warnings, 0 checks, 448 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 d8adb03280ff ("bpf: Introduce local storage for sk_buff") 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, 448 lines checked