WARNING: line length of 83 exceeds 80 columns #26: FILE: tools/testing/selftests/bpf/prog_tests/fill_link_info.c:70: + ASSERT_EQ(info.perf_event.kprobe.name_len, strlen(KPROBE_FUNC) + 1, CHECK: Alignment should match open parenthesis #27: FILE: tools/testing/selftests/bpf/prog_tests/fill_link_info.c:71: + ASSERT_EQ(info.perf_event.kprobe.name_len, strlen(KPROBE_FUNC) + 1, + "name_len"); WARNING: line length of 83 exceeds 80 columns #37: FILE: tools/testing/selftests/bpf/prog_tests/fill_link_info.c:83: + ASSERT_EQ(info.perf_event.tracepoint.name_len, strlen(TP_NAME) + 1, CHECK: Alignment should match open parenthesis #38: FILE: tools/testing/selftests/bpf/prog_tests/fill_link_info.c:84: + ASSERT_EQ(info.perf_event.tracepoint.name_len, strlen(TP_NAME) + 1, + "name_len"); WARNING: line length of 83 exceeds 80 columns #48: FILE: tools/testing/selftests/bpf/prog_tests/fill_link_info.c:101: + ASSERT_EQ(info.perf_event.uprobe.name_len, strlen(UPROBE_FILE) + 1, CHECK: Alignment should match open parenthesis #49: FILE: tools/testing/selftests/bpf/prog_tests/fill_link_info.c:102: + ASSERT_EQ(info.perf_event.uprobe.name_len, strlen(UPROBE_FILE) + 1, + "name_len"); total: 0 errors, 3 warnings, 3 checks, 30 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 2ee8be8df32e ("selftests/bpf: fix perf_event link info name_len assertion") 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, 3 warnings, 3 checks, 30 lines checked