WARNING: line length of 105 exceeds 80 columns #62: FILE: tools/testing/selftests/bpf/veristat.c:306: + { "dump", OPT_DUMP, "DUMP_MODE", OPTION_ARG_OPTIONAL, "Print BPF program dump (xlated, jited)" }, WARNING: line length of 98 exceeds 80 columns #87: FILE: tools/testing/selftests/bpf/veristat.c:1576: +static void dump(__u32 prog_id, enum dump_mode mode, const char *file_name, const char *prog_name) WARNING: line length of 88 exceeds 80 columns #96: FILE: tools/testing/selftests/bpf/veristat.c:1585: + fprintf(stderr, "bpftool is not available, can't print program dump\n"); WARNING: Prefer using '"%s...", __func__' to using 'dump', this function's name, in a string #96: FILE: tools/testing/selftests/bpf/veristat.c:1585: + fprintf(stderr, "bpftool is not available, can't print program dump\n"); WARNING: Prefer using '"%s...", __func__' to using 'dump', this function's name, in a string #99: FILE: tools/testing/selftests/bpf/veristat.c:1588: + snprintf(command, sizeof(command), "bpftool prog dump %s id %u", WARNING: line length of 98 exceeds 80 columns #107: FILE: tools/testing/selftests/bpf/veristat.c:1596: + printf("%s/%s DUMP %s:\n", file_name, prog_name, mode == DUMP_JITED ? "JITED" : "XLATED"); WARNING: line length of 97 exceeds 80 columns #124: FILE: tools/testing/selftests/bpf/veristat.c:1613: + fprintf(stderr, "Could not write BPF prog dump. Error: %s (errno=%d)\n", strerror(errno), WARNING: Prefer using '"%s...", __func__' to using 'dump', this function's name, in a string #124: FILE: tools/testing/selftests/bpf/veristat.c:1613: + fprintf(stderr, "Could not write BPF prog dump. Error: %s (errno=%d)\n", strerror(errno), total: 0 errors, 8 warnings, 0 checks, 112 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 6c824e1613ec ("selftests/bpf: add BPF program dump 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, 112 lines checked