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.bhUpweD6ao and /tmp/tmp.tqJZdCX6Y5 Tree base: a7fb05cbb8f9 ("Merge branch 'add-ethtool-coalesce_rx_cqe_frames-nsecs-and-use-it-in-mana-driver'") Now at: 057c8ccac43e ("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...