WARNING: line length of 94 exceeds 80 columns #124: FILE: tools/testing/selftests/drivers/net/hw/ethtool_std_stats.sh:34: + read -r int grp counter target exact_check xfail_message <<< "${counters[$i]}" WARNING: line length of 82 exceeds 80 columns #126: FILE: tools/testing/selftests/drivers/net/hw/ethtool_std_stats.sh:36: + before[i]=$(ethtool_std_stats_get "$int" "$grp" "$counter" "$src") WARNING: line length of 94 exceeds 80 columns #136: FILE: tools/testing/selftests/drivers/net/hw/ethtool_std_stats.sh:46: + read -r int grp counter target exact_check xfail_message <<< "${counters[$i]}" WARNING: line length of 81 exceeds 80 columns #138: FILE: tools/testing/selftests/drivers/net/hw/ethtool_std_stats.sh:48: + after[i]=$(ethtool_std_stats_get "$int" "$grp" "$counter" "$src") WARNING: line length of 84 exceeds 80 columns #150: FILE: tools/testing/selftests/drivers/net/hw/ethtool_std_stats.sh:60: + [ "$delta" -ge "$target" ] && [ "$delta" -le "$UINT32_MAX" ] WARNING: line length of 100 exceeds 80 columns #158: FILE: tools/testing/selftests/drivers/net/hw/ethtool_std_stats.sh:68: + check_err "$err" "$grp-$counter is not valid on $int (expected $target, got $delta)" WARNING: line length of 85 exceeds 80 columns #244: FILE: tools/testing/selftests/drivers/net/hw/ethtool_std_stats.sh:154: + if ! run_on "$int" ethtool -I --json -a "$int" > /dev/null 2>&1; then total: 0 errors, 7 warnings, 0 checks, 194 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 7b69e88359c3 ("selftests: drivers: hw: add test for the ethtool standard counters") has style problems, please review. NOTE: Ignored message types: ALLOC_SIZEOF_STRUCT BAD_REPORTED_BY_LINK CAMELCASE COMMIT_LOG_LONG_LINE FILE_PATH_CHANGES 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, 7 warnings, 0 checks, 194 lines checked