WARNING: line length of 88 exceeds 80 columns #49: FILE: tools/testing/selftests/bpf/veristat.c:1423: + if (sscanf(name, "%[a-zA-Z0-9_][%[a-zA-Z0-9]] %n", var, idx, &n) == 2 && WARNING: line length of 95 exceeds 80 columns #76: FILE: tools/testing/selftests/bpf/veristat.c:1461: + if (sscanf(expr, "%[][a-zA-Z0-9_.] = %s %n", var, val, &n) != 2 || n != strlen(expr)) { WARNING: line length of 85 exceeds 80 columns #119: FILE: tools/testing/selftests/bpf/veristat.c:1589: + if (!btf_is_int(type) && !btf_is_any_enum(type) && !btf_is_composite(type)) { WARNING: line length of 86 exceeds 80 columns #131: FILE: tools/testing/selftests/bpf/veristat.c:1601: + fprintf(stderr, "Could not find array index as enum value %s", WARNING: line length of 84 exceeds 80 columns #137: FILE: tools/testing/selftests/bpf/veristat.c:1607: + fprintf(stderr, "Array index is expected for %s\n", var_atom->name); WARNING: line length of 88 exceeds 80 columns #142: FILE: tools/testing/selftests/bpf/veristat.c:1612: + fprintf(stderr, "Preset index %d is invalid or out of bounds [0, %d]\n", WARNING: line length of 90 exceeds 80 columns #181: FILE: tools/testing/selftests/bpf/veristat.c:1652: + fprintf(stderr, "Bitfield presets are not supported %s\n", WARNING: line length of 85 exceeds 80 columns #215: FILE: tools/testing/selftests/bpf/veristat.c:1691: + err = adjust_array_secinfo(btf, base_type, &preset->atoms[0], sinfo); WARNING: line length of 94 exceeds 80 columns #229: FILE: tools/testing/selftests/bpf/veristat.c:1845: + fprintf(stderr, "Global variable preset %s has not been applied %s\n", total: 0 errors, 9 warnings, 0 checks, 213 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 79c775b04d10 ("selftests/bpf: support array presets 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, 213 lines checked