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.keRWsp7Lnj and /tmp/tmp.16cMSIV7WO Tree base: b1c803d5c816 ("net: airoha: Rework the code flow in airoha_remove() and in airoha_probe() error path") Now at: 9ca083cdb99a ("selftests: net: add tests for PPP") ====== Checking before the patch ====== ====== Checking the tree with the patch ====== Checking tools/testing/selftests/net/ppp/ppp_async.sh - 1adee4fa3a9a229071d8e1b40bd6bc657eec9b41b71b75361693763fa72f72c5 In ppp_async.sh line 11: cleanup() { ^-- SC2329 (info): This function is never invoked. Check usage (or ignored if invoked indirectly). In ppp_async.sh line 43: exit $EXIT_STATUS ^----------^ SC2086 (info): Double quote to prevent globbing and word splitting. Did you mean: exit "$EXIT_STATUS" For more information: https://www.shellcheck.net/wiki/SC2086 -- Double quote to prevent globbing ... https://www.shellcheck.net/wiki/SC2329 -- This function is never invoked. C... Checking tools/testing/selftests/net/ppp/ppp_common.sh - 4cfda919b0d06a9df63c20e440b50e9ae501783e567ce80facf8531e5f69ef8d Checking tools/testing/selftests/net/ppp/pppoe.sh - f834148425cf7173563323823175ac9206a6f8801e246c0c86d35e340a451ed1 In pppoe.sh line 9: cleanup() { ^-- SC2329 (info): This function is never invoked. Check usage (or ignored if invoked indirectly). In pppoe.sh line 40: exit $EXIT_STATUS ^----------^ SC2086 (info): Double quote to prevent globbing and word splitting. Did you mean: exit "$EXIT_STATUS" For more information: https://www.shellcheck.net/wiki/SC2086 -- Double quote to prevent globbing ... https://www.shellcheck.net/wiki/SC2329 -- This function is never invoked. C... tools/testing/selftests/net/ppp/ppp_common.sh is shellcheck compliant