WARNING: line length of 92 exceeds 80 columns #43: FILE: include/linux/trace_events.h:783: +void bpf_kprobe_multi_link_type_show(const struct bpf_link *link, char *link_type, int len); WARNING: line length of 92 exceeds 80 columns #44: FILE: include/linux/trace_events.h:784: +void bpf_uprobe_multi_link_type_show(const struct bpf_link *link, char *link_type, int len); CHECK: Please use a blank line after function/struct/union/enum declarations #52: FILE: include/linux/trace_events.h:837: } +static inline void WARNING: line length of 86 exceeds 80 columns #53: FILE: include/linux/trace_events.h:838: +bpf_kprobe_multi_link_type_show(const struct bpf_link *link, char *link_type, int len) CHECK: Please use a blank line after function/struct/union/enum declarations #56: FILE: include/linux/trace_events.h:841: +} +static inline void WARNING: line length of 86 exceeds 80 columns #57: FILE: include/linux/trace_events.h:842: +bpf_uprobe_multi_link_type_show(const struct bpf_link *link, char *link_type, int len) WARNING: line length of 92 exceeds 80 columns #76: FILE: kernel/bpf/syscall.c:3233: + bpf_kprobe_multi_link_type_show(link, link_type, sizeof(link_type)); WARNING: line length of 92 exceeds 80 columns #78: FILE: kernel/bpf/syscall.c:3235: + bpf_uprobe_multi_link_type_show(link, link_type, sizeof(link_type)); WARNING: line length of 88 exceeds 80 columns #80: FILE: kernel/bpf/syscall.c:3237: + strscpy(link_type, bpf_link_type_strs[type], sizeof(link_type)); WARNING: line length of 82 exceeds 80 columns #94: FILE: kernel/trace/bpf_trace.c:3017: +void bpf_kprobe_multi_link_type_show(const struct bpf_link *link, char *link_type, WARNING: line length of 82 exceeds 80 columns #104: FILE: kernel/trace/bpf_trace.c:3027: +void bpf_kprobe_multi_link_type_show(const struct bpf_link *link, char *link_type, WARNING: line length of 82 exceeds 80 columns #116: FILE: kernel/trace/bpf_trace.c:3422: +void bpf_uprobe_multi_link_type_show(const struct bpf_link *link, char *link_type, WARNING: line length of 82 exceeds 80 columns #126: FILE: kernel/trace/bpf_trace.c:3432: +void bpf_uprobe_multi_link_type_show(const struct bpf_link *link, char *link_type, total: 0 errors, 11 warnings, 2 checks, 81 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 a6760eb8f458 ("bpf: Show precise link_type for {uprobe,kprobe}_multi fdinfo") 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, 11 warnings, 2 checks, 81 lines checked