ShellCheck - shell script analysis tool version: 0.11.0 license: GNU General Public License, version 3 website: https://www.shellcheck.net Redirect to /tmp/tmp.Eb18ItqFDc and /tmp/tmp.hA4sdC4uTX Tree base: 3f9eca613550 ("selftests: forwarding: extend ethtool_std_stats_get with pause statistics") Now at: 642a785fd0b8 ("selftests: drivers: hw: add tests for the ethtool standard counters") ====== Checking before the patch ====== ====== Checking the tree with the patch ====== Checking tools/testing/selftests/drivers/net/hw/ethtool_std_stats.sh - fb38877f18807319aaaa735433a72dc24dcdae9d68c9e3ca0da28ee33704a6b6 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...