tools: tests: fix unused variables
authorKent Gibson <warthog618@gmail.com>
Mon, 3 Jun 2024 11:56:23 +0000 (19:56 +0800)
committerBartosz Golaszewski <bartosz.golaszewski@linaro.org>
Mon, 3 Jun 2024 12:02:35 +0000 (14:02 +0200)
commita88ed2f9bfbf3b73c156f8db45b6b6af62291c53
treed0de89975bee3f47f328802ddedfd16bd6027316
parent57ed5cfe66f03d0a30f34aa319560e9079bbcee3
tools: tests: fix unused variables

Fix shellckeck SC2034[1] - foo appears unused.

Prefix intentionally unused variables with "_" and remove variables
not actually used.

[1] https://www.shellcheck.net/wiki/SC2034

Signed-off-by: Kent Gibson <warthog618@gmail.com>
Link: https://lore.kernel.org/r/20240603115628.102616-4-warthog618@gmail.com
Signed-off-by: Bartosz Golaszewski <bartosz.golaszewski@linaro.org>
tools/gpio-tools-test.bash