WARNING: line length of 96 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, "name_len"); WARNING: line length of 96 exceeds 80 columns #36: FILE: tools/testing/selftests/bpf/prog_tests/fill_link_info.c:82: + ASSERT_EQ(info.perf_event.tracepoint.name_len, strlen(TP_NAME) + 1, "name_len"); WARNING: line length of 96 exceeds 80 columns #46: FILE: tools/testing/selftests/bpf/prog_tests/fill_link_info.c:99: + ASSERT_EQ(info.perf_event.uprobe.name_len, strlen(UPROBE_FILE) + 1, "name_len"); total: 0 errors, 3 warnings, 0 checks, 27 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 a8aef762754a ("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, 0 checks, 27 lines checked