WARNING: line length of 81 exceeds 80 columns #113: FILE: kernel/bpf/hashtab.c:1290: + pcpu_copy_value(htab, htab_elem_get_ptr(l_old, key_size), WARNING: line length of 81 exceeds 80 columns #116: FILE: kernel/bpf/hashtab.c:1293: + void **inner_map_pptr = htab_elem_value(l_old, key_size); WARNING: line length of 85 exceeds 80 columns #158: FILE: kernel/bpf/hashtab.c:2549: + ret = htab_map_update_elem_in_place(map, key, &ptr, map_flags, false, false); total: 0 errors, 3 warnings, 0 checks, 99 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 4d66a3c579f1 ("bpf: Support atomic update for htab of maps") 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, 3 warnings, 0 checks, 99 lines checked