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.cTfukYDE67 and /tmp/tmp.IM4L3HIc3C Tree base: de50abe06253 ("tools: ynl: convert tc and tc-filter-add samples to selftest") Now at: 1670bd3bc60b ("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 ...