CHECK: Alignment should match open parenthesis #69: FILE: kernel/bpf/arraymap.c:900: + if (map->map_type == BPF_MAP_TYPE_ARRAY_OF_MAPS && + ((struct bpf_map *)new_ptr)->excl_prog_sha) WARNING: line length of 91 exceeds 80 columns #103: FILE: kernel/bpf/hashtab.c:2555: + ret = htab_map_update_elem_in_place(map, key, &inner_map, map_flags, false, false); WARNING: line length of 89 exceeds 80 columns #141: FILE: kernel/bpf/syscall.c:1532: + bpfptr_t uprog_hash = make_bpfptr(attr->excl_prog_hash, uattr.is_kernel); total: 0 errors, 2 warnings, 1 checks, 157 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 f25d155c4930 ("bpf: Implement exclusive map creation") 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, 2 warnings, 1 checks, 157 lines checked