CHECK: Alignment should match open parenthesis #84: FILE: kernel/bpf/trampoline.c:864: +static void bpf_trampoline_remove_prog(struct bpf_trampoline *tr, + struct bpf_tramp_link *link) WARNING: line length of 81 exceeds 80 columns #91: FILE: kernel/bpf/trampoline.c:871: + fslink = container_of(link, struct bpf_fsession_link, link.link); WARNING: line length of 81 exceeds 80 columns #135: FILE: kernel/bpf/trampoline.c:915: + err = bpf_trampoline_update(tr, true /* lock_direct_mutex */, ops, data); total: 0 errors, 2 warnings, 1 checks, 135 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 b349b6243623 ("bpf: Add bpf_trampoline_add/remove_prog functions") 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, 2 warnings, 1 checks, 135 lines checked