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.J259DDwdqB and /tmp/tmp.FMVGirdmHz Tree base: d4a533ad249e ("net: airoha: Remove airoha_dev_stop() in airoha_remove()") Now at: 46021e0b13cb ("selftests: bonding: add test for stacked bond header_parse recursion") ====== Checking before the patch ====== ====== Checking the tree with the patch ====== Checking tools/testing/selftests/drivers/net/bonding/bond_stacked_header_parse.sh - 4c04283f545d82fd5862268656c50d295758d549f851642519f0faea29e4303a In bond_stacked_header_parse.sh line 12: ALL_TESTS=" ^-------^ SC2034 (warning): ALL_TESTS appears unused. Verify use (or export if used externally). In bond_stacked_header_parse.sh line 20: bond_test_stacked_header_parse() ^-- SC2329 (info): This function is never invoked. Check usage (or ignored if invoked indirectly). In bond_stacked_header_parse.sh line 27: RET=0 ^-^ SC2034 (warning): RET appears unused. Verify use (or export if used externally). For more information: https://www.shellcheck.net/wiki/SC2034 -- ALL_TESTS appears unused. Verify ... https://www.shellcheck.net/wiki/SC2329 -- This function is never invoked. C...