CHECK: Alignment should match open parenthesis #75: FILE: kernel/bpf/bpf_struct_ops.c:727: + err = bpf_struct_ops_prepare_trampoline(tlinks, link, + &st_ops->func_models[i], WARNING: line length of 85 exceeds 80 columns #76: FILE: kernel/bpf/bpf_struct_ops.c:728: + *(void **)(st_ops->cfi_stubs + moff), WARNING: line length of 97 exceeds 80 columns #78: FILE: kernel/bpf/bpf_struct_ops.c:730: + st_map->image_pages_cnt < MAX_TRAMP_IMAGE_PAGES); WARNING: line length of 87 exceeds 80 columns #88: FILE: kernel/bpf/bpf_struct_ops.c:740: + *(void **)(kdata + moff) = image + trampoline_start + cfi_get_offset(); total: 0 errors, 3 warnings, 1 checks, 199 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 499000e3e910 ("bpf: Factor out bpf_struct_ops_prepare_attach()") 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, 1 checks, 199 lines checked