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.H4HnWIkFEB and /tmp/tmp.HpFYQGHvbA Tree base: a771cddbd654 ("Merge branch 'net-dsa-microchip-small-cleanups-for-ksz9477-sgmii'") Now at: 6798cf8abfda ("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). For more information: 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). For more information: https://www.shellcheck.net/wiki/SC2329 -- This function is never invoked. C... tools/testing/selftests/net/ppp/ppp_common.sh is shellcheck compliant