WARNING: line length of 100 exceeds 80 columns #27: FILE: kernel/bpf/hashtab.c:972: +static int htab_copy_dynptr_key(struct bpf_htab *htab, void *dst_key, const void *key, u32 key_size, WARNING: line length of 91 exceeds 80 columns #56: FILE: kernel/bpf/hashtab.c:1012: + bpf_dynptr_init(dst_kptr, dst_data, BPF_DYNPTR_TYPE_LOCAL, 0, len); WARNING: line length of 92 exceeds 80 columns #86: FILE: kernel/bpf/hashtab.c:1045: +static inline int htab_copy_next_key(struct bpf_htab *htab, void *next_key, const void *key, WARNING: line length of 90 exceeds 80 columns #116: FILE: kernel/bpf/hashtab.c:1078: + l = lookup_nulls_elem_raw(head, hash, key, key_size, htab->n_buckets, key_record); WARNING: line length of 81 exceeds 80 columns #126: FILE: kernel/bpf/hashtab.c:1089: + return htab_copy_next_key(htab, next_key, next_l->key, key_size); WARNING: line length of 89 exceeds 80 columns #136: FILE: kernel/bpf/hashtab.c:1106: + return htab_copy_next_key(htab, next_key, next_l->key, key_size); WARNING: line length of 87 exceeds 80 columns #145: FILE: kernel/bpf/hashtab.c:1287: + copy_err = htab_copy_dynptr_key(htab, l_new->key, key, key_size, true); total: 0 errors, 7 warnings, 0 checks, 119 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 a5f779c4c927 ("bpf: Support get_next_key operation for dynptr key in hash map") 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, 7 warnings, 0 checks, 119 lines checked