WARNING: line length of 142 exceeds 80 columns #82: FILE: tools/testing/selftests/bpf/veristat.c:870: + if (5 == sscanf(cur, "processed %ld insns (limit %*d) max_states_per_insn %ld total_states %ld peak_states %ld mark_read %ld", WARNING: Comparisons should place the constant on the right side of the test #82: FILE: tools/testing/selftests/bpf/veristat.c:870: + if (5 == sscanf(cur, "processed %ld insns (limit %*d) max_states_per_insn %ld total_states %ld peak_states %ld mark_read %ld", WARNING: Comparisons should place the constant on the right side of the test #90: FILE: tools/testing/selftests/bpf/veristat.c:878: + if (1 == sscanf(cur, "stack depth %ld", &s->stats[STACK])) WARNING: line length of 95 exceeds 80 columns #138: FILE: tools/testing/selftests/bpf/veristat.c:1559: + *str = s ? libbpf_bpf_attach_type_str(s->stats[ATTACH_TYPE]) ? : "N/A" : "N/A"; WARNING: line length of 91 exceeds 80 columns #141: FILE: tools/testing/selftests/bpf/veristat.c:1562: + *str = s ? libbpf_bpf_prog_type_str(s->stats[PROG_TYPE]) ? : "N/A" : "N/A"; total: 0 errors, 5 warnings, 0 checks, 124 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 51891ec40104 ("selftests/bpf: add more stats into 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, 5 warnings, 0 checks, 124 lines checked