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.xyJvBmC0PV and /tmp/tmp.p6iGk8oUTl Tree base: eaf12d629442 ("net: team: Rename port_disabled team mode op to port_tx_disabled") Now at: 46633ce0de62 ("selftests: net: Add tests for failover of team-aggregated ports") ====== Checking before the patch ====== ====== Checking the tree with the patch ====== Checking tools/testing/selftests/drivers/net/team/team_lib.sh - 8a0fe0b10b91397530dc5d2a7e95d8bf69d04ea1dd7f79e4d351b100964be985 Checking tools/testing/selftests/drivers/net/team/transmit_failover.sh - 9cc2a9d695b2f79014d14edef7dad8e7459792244d128e717972411b780eda2b In transmit_failover.sh line 91: team_test_mode_failover() ^-- SC2329 (info): This function is never invoked. Check usage (or ignored if invoked indirectly). In transmit_failover.sh line 137: team_test_failover() ^-- 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... tools/testing/selftests/drivers/net/team/team_lib.sh is shellcheck compliant