diff options
author | Matthieu Baerts (NGI0) <[email protected]> | 2024-07-12 12:00:15 +0200 |
---|---|---|
committer | Jakub Kicinski <[email protected]> | 2024-07-13 15:46:26 -0700 |
commit | 464b99e77b3d024a319db0dabe917d04824039db (patch) | |
tree | e70c05c97accadc1730a74ee612e7c4805127cbf /tools/perf/util/scripting-engines/trace-event-python.c | |
parent | 22767eecd62f7bb5c83541c291297cf24326a997 (diff) |
selftests: mptcp: lib: fix shellcheck errors
It looks like we missed these two errors recently:
- SC2068: Double quote array expansions to avoid re-splitting elements.
- SC2145: Argument mixes string and array. Use * or separate argument.
Two simple fixes, it is not supposed to change the behaviour as the
variable names should not have any spaces in their names. Still, better
to fix them to easily spot new issues.
Fixes: f265d3119a29 ("selftests: mptcp: lib: use setup/cleanup_ns helpers")
Signed-off-by: Matthieu Baerts (NGI0) <[email protected]>
Reviewed-by: Simon Horman <[email protected]>
Link: https://patch.msgid.link/20240712-upstream-net-next-20240712-selftests-mptcp-fix-shellcheck-v1-1-1cb7180db40a@kernel.org
Signed-off-by: Jakub Kicinski <[email protected]>
Diffstat (limited to 'tools/perf/util/scripting-engines/trace-event-python.c')
0 files changed, 0 insertions, 0 deletions