========== shellcheck - FAILED ====== Checking before the patch ====== ====== Checking the tree with the patch ====== tools/testing/selftests/drivers/net/hw/ethtool_std_stats.sh is a new file, but not shellcheck compliant New errors added --- /tmp/tmp.Eb18ItqFDc 2026-02-25 10:38:00.464440943 -0500 +++ /tmp/tmp.hA4sdC4uTX 2026-02-25 10:38:01.235434272 -0500 @@ -0,0 +1,27 @@ + +In ethtool_std_stats.sh line 16: +traffic_test() +^-- SC2329 (info): This function is never invoked. Check usage (or ignored if invoked indirectly). + + +In ethtool_std_stats.sh line 68: +test_eth_ctrl_stats() +^-- SC2329 (info): This function is never invoked. Check usage (or ignored if invoked indirectly). + + +In ethtool_std_stats.sh line 87: +test_eth_mac_stats() +^-- SC2329 (info): This function is never invoked. Check usage (or ignored if invoked indirectly). + + +In ethtool_std_stats.sh line 135: +test_pause_stats() +^-- SC2329 (info): This function is never invoked. Check usage (or ignored if invoked indirectly). + + +In ethtool_std_stats.sh line 175: +cleanup() +^-- SC2329 (info): This function is never invoked. Check usage (or ignored if invoked indirectly). + +For more information: + https://www.shellcheck.net/wiki/SC2329 -- This function is never invoked. C...