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.imBNFGUkq0 and /tmp/tmp.cSGKp8j1b7 Tree base: 92124c8e2dc5 ("bridge: Check relevant per-VLAN options in VLAN range grouping") Now at: e9ccadea2a64 ("selftests: net: Add bridge VLAN range grouping tests") ====== Checking before the patch ====== ====== Checking the tree with the patch ====== Checking tools/testing/selftests/net/bridge_vlan_dump.sh - 07c930a61825f0a7ba5cee8c4f407cf3267658518f5c9cafa7618b1df6cbd520 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...