WARNING: line length of 86 exceeds 80 columns #55: FILE: kernel/bpf/hashtab.c:243: + htab_elem_value(elem, htab->map.key_size)); WARNING: line length of 90 exceeds 80 columns #59: FILE: kernel/bpf/hashtab.c:246: + htab_elem_value(elem, htab->map.key_size)); WARNING: line length of 87 exceeds 80 columns #69: FILE: kernel/bpf/hashtab.c:274: + htab_elem_value(elem, htab->map.key_size)); WARNING: line length of 84 exceeds 80 columns #110: FILE: kernel/bpf/hashtab.c:1081: + copy_map_value(&htab->map, htab_elem_value(l_new, key_size), value); WARNING: line length of 81 exceeds 80 columns #138: FILE: kernel/bpf/hashtab.c:1258: + copy_map_value(&htab->map, htab_elem_value(l_new, map->key_size), value); WARNING: line length of 91 exceeds 80 columns #147: FILE: kernel/bpf/hashtab.c:1537: + htab_elem_value(l, htab->map.key_size)); WARNING: line length of 95 exceeds 80 columns #151: FILE: kernel/bpf/hashtab.c:1540: + htab_elem_value(l, htab->map.key_size)); WARNING: line length of 81 exceeds 80 columns #226: FILE: kernel/bpf/hashtab.c:2116: + 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 83f45e39a3ee ("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