WARNING: line length of 87 exceeds 80 columns #81: FILE: kernel/bpf/bpf_local_storage.c:801: + * Destroy local storage when the owner is going away. Caller must clear owner->storage WARNING: line length of 86 exceeds 80 columns #85: FILE: kernel/bpf/bpf_local_storage.c:805: + * owner_storage() cannot be called in this function. Let the owner (i.e., the caller) WARNING: line length of 81 exceeds 80 columns #86: FILE: kernel/bpf/bpf_local_storage.c:806: + * do it instead. It is safe for the caller to clear owner_storage without taking WARNING: line length of 86 exceeds 80 columns #87: FILE: kernel/bpf/bpf_local_storage.c:807: + * local_storage->lock as bpf_local_storage_map_free() does not free local_storage and WARNING: line length of 94 exceeds 80 columns #120: FILE: kernel/bpf/bpf_local_storage.c:828: + bpf_selem_unlink_lockless(selem, &free_selem_list, BPF_LOCAL_STORAGE_DESTROY); CHECK: Blank lines aren't necessary after an open brace '{' #154: FILE: kernel/bpf/bpf_local_storage.c:939: struct bpf_local_storage_elem, map_node))) { + total: 0 errors, 5 warnings, 1 checks, 132 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 59c1f57133d7 ("bpf: Switch to bpf_selem_unlink_lockless in bpf_local_storage_{map_free, destroy}") 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, 1 checks, 132 lines checked