WARNING: line length of 108 exceeds 80 columns #49: FILE: tools/testing/selftests/bpf/testing_helpers.c:230: + for (test_spec = strtok_r(input, ",", &state); test_spec; test_spec = strtok_r(NULL, ",", &state)) { WARNING: line length of 93 exceeds 80 columns #62: FILE: tools/testing/selftests/bpf/veristat.c:794: + for (next = strtok_r(input, ",", &state); next; next = strtok_r(NULL, ",", &state)) { WARNING: line length of 105 exceeds 80 columns #71: FILE: tools/testing/selftests/bpf/veristat.c:1516: + for (next = strtok_r(input, ",\n", &state); next; next = strtok_r(NULL, ",\n", &state)) { total: 0 errors, 3 warnings, 0 checks, 24 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 4a6594de56b5 ("selftests/bpf: Fix arg parsing in veristat, test_progs") 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, 3 warnings, 0 checks, 24 lines checked