========== shellcheck - FAILED ====== Checking before the patch ====== ====== Checking the tree with the patch ====== tools/testing/selftests/drivers/net/team/transmit_failover.sh is a new file, but not shellcheck compliant New errors added --- /tmp/tmp.xyJvBmC0PV 2026-04-01 02:57:38.590767124 -0400 +++ /tmp/tmp.p6iGk8oUTl 2026-04-01 02:57:38.939764417 -0400 @@ -0,0 +1,12 @@ + +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...