====== Checking before the patch ====== ====== Checking the tree with the patch ====== tools/testing/selftests/net/ppp/ppp_async.sh is a new file, but not shellcheck compliant tools/testing/selftests/net/ppp/pppoe.sh is a new file, but not shellcheck compliant New errors added --- /tmp/tmp.H4HnWIkFEB 2026-03-26 22:58:14.625466534 -0400 +++ /tmp/tmp.HpFYQGHvbA 2026-03-26 22:58:15.297460985 -0400 @@ -0,0 +1,14 @@ + +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... + +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...