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.1yuOl6Xuj8 and /tmp/tmp.xpOCiDMYjh Tree base: ecc183a1383c ("tools: ynl: convert tc and tc-filter-add samples to selftest") Now at: 692f1b6dd09a ("tools: ynl: add netdevsim wrapper library for YNL tests") ====== Checking before the patch ====== ====== Checking the tree with the patch ====== Checking tools/net/ynl/tests/ynl_nsim_lib.sh - fcf98efad5a84de6ab2ce04faf5a64d30a6c8a8f71739fdd89acb8c8be2a77b7 In ynl_nsim_lib.sh line 25: NSIM_DEV=$(ls /sys/bus/netdevsim/devices/netdevsim${NSIM_ID}/net 2>/dev/null | head -1) ^-- SC2012 (info): Use find instead of ls to better handle non-alphanumeric filenames. For more information: https://www.shellcheck.net/wiki/SC2012 -- Use find instead of ls to better ...