WARNING: line length of 102 exceeds 80 columns #27: FILE: tools/lib/bpf/bpf.c:796: + attr.link_create.tracing_multi.ids = ptr_to_u64(OPTS_GET(opts, tracing_multi.ids, 0)); WARNING: line length of 110 exceeds 80 columns #28: FILE: tools/lib/bpf/bpf.c:797: + attr.link_create.tracing_multi.cookies = ptr_to_u64(OPTS_GET(opts, tracing_multi.cookies, 0)); WARNING: line length of 90 exceeds 80 columns #29: FILE: tools/lib/bpf/bpf.c:798: + attr.link_create.tracing_multi.cnt = OPTS_GET(opts, tracing_multi.cnt, 0); total: 0 errors, 3 warnings, 0 checks, 26 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 0b80e57e9420 ("libbpf: Add bpf_link_create support for tracing_multi link") 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, 3 warnings, 0 checks, 26 lines checked