========== shellcheck - FAILED ====== Checking before the patch ====== ====== Checking the tree with the patch ====== tools/testing/selftests/net/bridge_vlan_dump.sh is a new file, but not shellcheck compliant New errors added --- /tmp/tmp.imBNFGUkq0 2026-02-25 10:07:46.497752227 -0500 +++ /tmp/tmp.cSGKp8j1b7 2026-02-25 10:07:46.871749548 -0500 @@ -0,0 +1,22 @@ + +In bridge_vlan_dump.sh line 32: +vlan_range_neigh_suppress() +^-- SC2329 (info): This function is never invoked. Check usage (or ignored if invoked indirectly). + + +In bridge_vlan_dump.sh line 70: +vlan_range_mcast_max_groups() +^-- SC2329 (info): This function is never invoked. Check usage (or ignored if invoked indirectly). + + +In bridge_vlan_dump.sh line 108: +vlan_range_mcast_n_groups() +^-- SC2329 (info): This function is never invoked. Check usage (or ignored if invoked indirectly). + + +In bridge_vlan_dump.sh line 153: +vlan_range_mcast_enabled() +^-- 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...