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 81 exceeds 80 columns #100: FILE: tools/testing/selftests/bpf/veristat.c:1415: + tmp = reallocarray(preset->atoms, i + 1, sizeof(*preset->atoms)); WARNING: line length of 83 exceeds 80 columns #191: FILE: tools/testing/selftests/bpf/veristat.c:1577: + var_atom, member_tid, member_offset); WARNING: line length of 87 exceeds 80 columns #200: FILE: tools/testing/selftests/bpf/veristat.c:1587: + struct btf_var_secinfo *sinfo, struct var_preset *preset) WARNING: line length of 85 exceeds 80 columns #220: FILE: tools/testing/selftests/bpf/veristat.c:1599: + fprintf(stderr, "Could not find member %s for variable %s\n", WARNING: line length of 82 exceeds 80 columns #221: FILE: tools/testing/selftests/bpf/veristat.c:1600: + preset->atoms[i].name, preset->atoms[i - 1].name); WARNING: line length of 97 exceeds 80 columns #242: FILE: tools/testing/selftests/bpf/veristat.c:1634: + if (enum_value_from_name(btf, base_type, preset->value.svalue, &value)) { WARNING: line length of 84 exceeds 80 columns #275: FILE: tools/testing/selftests/bpf/veristat.c:1719: + if (strcmp(var_name, presets[k].atoms[0].name) != 0) WARNING: line length of 82 exceeds 80 columns #284: FILE: tools/testing/selftests/bpf/veristat.c:1729: + &tmp_sinfo, presets + k); total: 0 errors, 9 warnings, 0 checks, 284 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 d3d1f0182278 ("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, 284 lines checked