WARNING: line length of 101 exceeds 80 columns #36: FILE: tools/testing/selftests/bpf/prog_tests/uprobe_multi_test.c:872: + * To trigger uretprobe consumer, the uretprobe under test either stayed from WARNING: line length of 101 exceeds 80 columns #37: FILE: tools/testing/selftests/bpf/prog_tests/uprobe_multi_test.c:873: + * before to after (uret_stays + test_bit) or uretprobe instance survived and WARNING: line length of 87 exceeds 80 columns #38: FILE: tools/testing/selftests/bpf/prog_tests/uprobe_multi_test.c:874: + * we have uretprobe active in after (uret_survives + test_bit) WARNING: line length of 104 exceeds 80 columns #44: FILE: tools/testing/selftests/bpf/prog_tests/uprobe_multi_test.c:878: + bool uret_survives = (before & 0b1100) && (after & 0b1100) && (before & 0b0011); WARNING: line length of 82 exceeds 80 columns #46: FILE: tools/testing/selftests/bpf/prog_tests/uprobe_multi_test.c:880: + if ((uret_stays || uret_survives) && test_bit(idx, after)) total: 0 errors, 5 warnings, 0 checks, 23 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 95356c2ae0b5 ("selftests/bpf: Fix uprobe consumer test (again)") 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, 5 warnings, 0 checks, 23 lines checked