WARNING: line length of 81 exceeds 80 columns #97: FILE: include/linux/bpf.h:287: +static inline void bpf_kptr_aux_init_field(struct btf_field *field, u32 *aux_off) WARNING: line length of 85 exceeds 80 columns #106: FILE: include/linux/bpf.h:296: +static inline void bpf_kptr_aux_init_value(const struct btf_record *rec, void *value) CHECK: Lines should not end with a '(' #229: FILE: kernel/bpf/arraymap.c:596: + bpf_kptr_aux_init_value( WARNING: line length of 86 exceeds 80 columns #236: FILE: kernel/bpf/arraymap.c:603: + array_map_elem_ptr(array, i)); CHECK: Lines should not end with a '(' #261: FILE: kernel/bpf/bpf_local_storage.c:804: + smap->elem_size = offsetof( CHECK: Lines should not end with a '(' #400: FILE: kernel/bpf/hashtab.c:552: + void __percpu *pptr = htab_elem_get_ptr( CHECK: Lines should not end with a '(' #405: FILE: kernel/bpf/hashtab.c:557: + bpf_kptr_aux_init_value( CHECK: Lines should not end with a '(' #409: FILE: kernel/bpf/hashtab.c:561: + void *value = htab_elem_value( WARNING: line length of 94 exceeds 80 columns #460: FILE: kernel/bpf/hashtab.c:700: + round_up(htab->map.value_size, 8) + aux_size, WARNING: line length of 84 exceeds 80 columns #490: FILE: kernel/bpf/hashtab.c:903: + bpf_kptr_ref_has_deferred_dtor(htab->map.record, value)) CHECK: Lines should not end with a '(' #603: FILE: kernel/bpf/hashtab.c:1256: + bpf_kptr_aux_init_value( CHECK: Lines should not end with a '(' #883: FILE: kernel/bpf/syscall.c:1024: + btf_find_struct_meta( CHECK: Lines should not end with a '(' #886: FILE: kernel/bpf/syscall.c:1027: + __bpf_obj_drop_impl( total: 0 errors, 5 warnings, 8 checks, 790 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 cb7cb02222c7 ("bpf: Fix deadlock in kptr dtor in nmi") 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, 8 checks, 790 lines checked