WARNING: line length of 84 exceeds 80 columns #96: FILE: tools/testing/selftests/bpf/veristat.c:1411: + while ((name = strtok_r(preset->atom_count ? NULL : expr, ".", &saveptr))) { WARNING: line length of 91 exceeds 80 columns #99: FILE: tools/testing/selftests/bpf/veristat.c:1414: + preset->atoms = reallocarray(preset->atoms, i + 1, sizeof(*preset->atoms)); WARNING: line length of 83 exceeds 80 columns #190: FILE: tools/testing/selftests/bpf/veristat.c:1576: + var_atom, member_tid, member_offset); WARNING: line length of 87 exceeds 80 columns #199: FILE: tools/testing/selftests/bpf/veristat.c:1586: + struct btf_var_secinfo *sinfo, struct var_preset *preset) WARNING: line length of 85 exceeds 80 columns #219: FILE: tools/testing/selftests/bpf/veristat.c:1598: + fprintf(stderr, "Could not find member %s for variable %s\n", WARNING: line length of 82 exceeds 80 columns #220: FILE: tools/testing/selftests/bpf/veristat.c:1599: + preset->atoms[i].name, preset->atoms[i - 1].name); WARNING: line length of 97 exceeds 80 columns #241: FILE: tools/testing/selftests/bpf/veristat.c:1633: + if (enum_value_from_name(btf, base_type, preset->value.svalue, &value)) { WARNING: line length of 84 exceeds 80 columns #274: FILE: tools/testing/selftests/bpf/veristat.c:1718: + if (strcmp(var_name, presets[k].atoms[0].name) != 0) WARNING: line length of 82 exceeds 80 columns #283: FILE: tools/testing/selftests/bpf/veristat.c:1728: + &tmp_sinfo, presets + k); total: 0 errors, 9 warnings, 0 checks, 283 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 f5ef7cce0f27 ("selftests/bpf: separate var preset parsing in veristat") 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, 9 warnings, 0 checks, 283 lines checked