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.Fw6LudCnmd and /tmp/tmp.1eL1UWpcas Tree base: ca7e99335aea ("net: fjes: Drop fjes_acpi_driver and rework initialization") Now at: 858950f0fae3 ("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 Checking tools/testing/selftests/net/ppp/ppp_common.sh - 4cfda919b0d06a9df63c20e440b50e9ae501783e567ce80facf8531e5f69ef8d In ppp_common.sh line 1: # SPDX-License-Identifier: GPL-2.0 ^-- SC2148 (error): Tips depend on target shell and yours is unknown. Add a shebang or a 'shell' directive. In ppp_common.sh line 32: slowwait 10 ppp_check_addr "ppp0" "$IP_CLIENT" "$NS_CLIENT" ^--------^ SC2153 (info): Possible misspelling: NS_CLIENT may not be assigned. Did you mean IP_CLIENT? In ppp_common.sh line 36: ip netns exec "$NS_SERVER" iperf3 -s -1 -D ^--------^ SC2153 (info): Possible misspelling: NS_SERVER may not be assigned. Did you mean IP_SERVER? For more information: https://www.shellcheck.net/wiki/SC2148 -- Tips depend on target shell and y... https://www.shellcheck.net/wiki/SC2153 -- Possible misspelling: NS_CLIENT m... Checking tools/testing/selftests/net/ppp/pppoe.sh - f834148425cf7173563323823175ac9206a6f8801e246c0c86d35e340a451ed1 tools/testing/selftests/net/ppp/ppp_async.sh is shellcheck compliant tools/testing/selftests/net/ppp/pppoe.sh is shellcheck compliant