Hello:
This patch was applied to netdev/net-next.git (main) by Jakub Kicinski kuba@kernel.org:
On Wed, 25 Jun 2025 12:41:23 +0200 you wrote:
setup_wait() takes an optional argument and then is called from the top level of the test script. That confuses shellcheck, which thinks that maybe the intention is to pass $1 of the script to the function, which is never the case. To avoid having to annotate every single new test with a SC disable, split the function in two: one that takes a mandatory argument, and one that takes no argument at all.
[...]
Here is the summary with links: - [net-next] selftests: forwarding: lib: Split setup_wait() https://git.kernel.org/netdev/net-next/c/b7863babce0a
You are awesome, thank you!