WARNING: line length of 98 exceeds 80 columns #27: FILE: tools/lib/bpf/bpf.c:796: + attr.link_create.tracing_multi.ids = (__u64) OPTS_GET(opts, tracing_multi.ids, 0); CHECK: No space is necessary after a cast #27: FILE: tools/lib/bpf/bpf.c:796: + attr.link_create.tracing_multi.ids = (__u64) OPTS_GET(opts, tracing_multi.ids, 0); WARNING: line length of 106 exceeds 80 columns #28: FILE: tools/lib/bpf/bpf.c:797: + attr.link_create.tracing_multi.cookies = (__u64) OPTS_GET(opts, tracing_multi.cookies, 0); CHECK: No space is necessary after a cast #28: FILE: tools/lib/bpf/bpf.c:797: + attr.link_create.tracing_multi.cookies = (__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, 2 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 0f97183f6772 ("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, 2 checks, 26 lines checked