WARNING: line length of 86 exceeds 80 columns #56: FILE: kernel/bpf/hashtab.c:223: + htab_elem_value(elem, htab->map.key_size)); WARNING: line length of 90 exceeds 80 columns #60: FILE: kernel/bpf/hashtab.c:226: + htab_elem_value(elem, htab->map.key_size)); WARNING: line length of 87 exceeds 80 columns #70: FILE: kernel/bpf/hashtab.c:254: + htab_elem_value(elem, htab->map.key_size)); WARNING: line length of 84 exceeds 80 columns #111: FILE: kernel/bpf/hashtab.c:1050: + copy_map_value(&htab->map, htab_elem_value(l_new, key_size), value); WARNING: line length of 81 exceeds 80 columns #139: FILE: kernel/bpf/hashtab.c:1227: + copy_map_value(&htab->map, htab_elem_value(l_new, map->key_size), value); WARNING: line length of 91 exceeds 80 columns #148: FILE: kernel/bpf/hashtab.c:1506: + htab_elem_value(l, htab->map.key_size)); WARNING: line length of 95 exceeds 80 columns #152: FILE: kernel/bpf/hashtab.c:1509: + htab_elem_value(l, htab->map.key_size)); WARNING: line length of 81 exceeds 80 columns #227: FILE: kernel/bpf/hashtab.c:2081: + ctx.value = htab_elem_value(elem, map->key_size); total: 0 errors, 8 warnings, 0 checks, 214 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 860e0c55dc58 ("bpf: Factor out htab_elem_value helper()") 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, 8 warnings, 0 checks, 214 lines checked