WARNING: line length of 81 exceeds 80 columns #192: FILE: kernel/bpf/syscall.c:3700: +static void __bpf_tracing_multi_link_release(struct bpf_tracing_multi_link *link) CHECK: Alignment should match open parenthesis #229: FILE: kernel/bpf/syscall.c:3737: +static void bpf_tracing_multi_link_show_fdinfo(const struct bpf_link *link, + struct seq_file *seq) WARNING: line length of 82 exceeds 80 columns #298: FILE: kernel/bpf/syscall.c:3806: +static int bpf_tracing_multi_link_check(const union bpf_attr *attr, u32 **btf_ids, CHECK: No space is necessary after a cast #360: FILE: kernel/bpf/syscall.c:3868: + link->mods = (struct module **) mods->ptrs; CHECK: No space is necessary after a cast #362: FILE: kernel/bpf/syscall.c:3870: + link->tgt_btfs = (struct btf **) btfs->ptrs; WARNING: line length of 87 exceeds 80 columns #543: FILE: kernel/bpf/trampoline.c:121: + eatype == BPF_TRACE_FENTRY_MULTI || eatype == BPF_TRACE_FEXIT_MULTI || WARNING: line length of 83 exceeds 80 columns #618: FILE: kernel/bpf/verifier.c:23810: + prog->expected_attach_type == BPF_MODIFY_RETURN_MULTI) { WARNING: From:/Signed-off-by: email address mismatch: 'From: Menglong Dong ' != 'Signed-off-by: Menglong Dong ' total: 0 errors, 5 warnings, 3 checks, 598 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 d772965bb3fb ("bpf: tracing: add multi-link support") 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, 5 warnings, 3 checks, 598 lines checked