WARNING: line length of 84 exceeds 80 columns #95: FILE: tools/testing/selftests/bpf/veristat.c:1641: + while ((name = strtok_r(preset->atom_count ? NULL : expr, ".", &saveptr))) { WARNING: line length of 81 exceeds 80 columns #99: FILE: tools/testing/selftests/bpf/veristat.c:1645: + tmp = reallocarray(preset->atoms, i + 1, sizeof(*preset->atoms)); WARNING: line length of 87 exceeds 80 columns #172: FILE: tools/testing/selftests/bpf/veristat.c:1817: + struct btf_var_secinfo *sinfo, struct var_preset *preset) WARNING: line length of 85 exceeds 80 columns #192: FILE: tools/testing/selftests/bpf/veristat.c:1829: + fprintf(stderr, "Could not find member %s for variable %s\n", WARNING: line length of 82 exceeds 80 columns #193: FILE: tools/testing/selftests/bpf/veristat.c:1830: + preset->atoms[i].name, preset->atoms[i - 1].name); WARNING: line length of 97 exceeds 80 columns #214: FILE: tools/testing/selftests/bpf/veristat.c:1864: + if (enum_value_from_name(btf, base_type, preset->value.svalue, &value)) { WARNING: line length of 84 exceeds 80 columns #247: FILE: tools/testing/selftests/bpf/veristat.c:1949: + if (strcmp(var_name, presets[k].atoms[0].name) != 0) WARNING: line length of 82 exceeds 80 columns #256: FILE: tools/testing/selftests/bpf/veristat.c:1959: + &tmp_sinfo, presets + k); total: 0 errors, 8 warnings, 0 checks, 259 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 147f47413989 ("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, 8 warnings, 0 checks, 259 lines checked