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.b60QbYjR7k and /tmp/tmp.JOReU9jwoQ Tree base: 202963445d03 ("net: macvlan: support multicast rx for bridge ports with shared source MAC") Now at: 69f7fe7530e2 ("selftests: net: add macvlan multicast test for shared source MAC") ====== Checking before the patch ====== ====== Checking the tree with the patch ====== Checking tools/testing/selftests/net/macvlan_mcast_shared_mac.sh - 5edcca36939cb7ed994434ec4ceca425c1030fc944ca30ae2445420eb5c04f0b In macvlan_mcast_shared_mac.sh line 45: cleanup() { ^-- 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...