========== shellcheck - FAILED ====== Checking before the patch ====== ====== Checking the tree with the patch ====== tools/testing/selftests/drivers/net/team/decoupled_enablement.sh is a new file, but not shellcheck compliant New errors added --- /tmp/tmp.atCCjPk6N9 2026-04-01 02:57:40.222754465 -0400 +++ /tmp/tmp.Hms3fZ8HBu 2026-04-01 02:57:41.445744979 -0400 @@ -2 +2,38 @@ -In options.sh line 29: +In decoupled_enablement.sh line 101: +set_option_value() +^-- SC2329 (info): This function is never invoked. Check usage (or ignored if invoked indirectly). + + +In decoupled_enablement.sh line 116: +try_ping() +^-- SC2329 (info): This function is never invoked. Check usage (or ignored if invoked indirectly). + + +In decoupled_enablement.sh line 127: +did_interface_receive_icmp() +^-- SC2329 (info): This function is never invoked. Check usage (or ignored if invoked indirectly). + + +In decoupled_enablement.sh line 149: +team_test_mode_tx_enablement() +^-- SC2329 (info): This function is never invoked. Check usage (or ignored if invoked indirectly). + + +In decoupled_enablement.sh line 192: +team_test_mode_rx_enablement() +^-- SC2329 (info): This function is never invoked. Check usage (or ignored if invoked indirectly). + + +In decoupled_enablement.sh line 230: +team_test_tx_enablement() +^-- SC2329 (info): This function is never invoked. Check usage (or ignored if invoked indirectly). + + +In decoupled_enablement.sh line 237: +team_test_rx_enablement() +^-- 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... + +In options.sh line 33: @@ -7 +44 @@ -In options.sh line 50: +In options.sh line 54: @@ -12 +49 @@ -In options.sh line 71: +In options.sh line 75: @@ -17 +54 @@ -In options.sh line 80: +In options.sh line 84: @@ -22 +59 @@ -In options.sh line 90: +In options.sh line 94: @@ -27 +64 @@ -In options.sh line 109: +In options.sh line 113: @@ -32 +69 @@ -In options.sh line 145: +In options.sh line 149: @@ -37 +74 @@ -In options.sh line 166: +In options.sh line 170: @@ -38,0 +76,15 @@ +^-- SC2329 (info): This function is never invoked. Check usage (or ignored if invoked indirectly). + + +In options.sh line 191: +team_test_enabled_implicit_changes() +^-- SC2329 (info): This function is never invoked. Check usage (or ignored if invoked indirectly). + + +In options.sh line 221: +team_test_rx_enabled_implicit_changes() +^-- SC2329 (info): This function is never invoked. Check usage (or ignored if invoked indirectly). + + +In options.sh line 251: +team_test_tx_enabled_implicit_changes()