ShellCheck - shell script analysis tool version: 0.10.0 license: GNU General Public License, version 3 website: https://www.shellcheck.net Redirect to /tmp/tmp.M5JXCxeeQO and /tmp/tmp.rb0ioJfSQs Tree base: ec6ec8c56b04 ("gre: Fix IPv6 multicast route creation.") Now at: 9e9fd05489af ("selftests: Add IPv6 multicast route generation tests for GRE devices.") ====== Checking before the patch ====== Checking tools/testing/selftests/net/gre_ipv6_lladdr.sh - 9947021e0a590dab6a6ac17bf6c9b27c4d3cfbf18594a9f0fff017579d430c3d In gre_ipv6_lladdr.sh line 129: printf "\n####\nTesting IPv6 link-local address generation on ${GRE_TYPE} devices\n####\n\n" ^-- SC2059 (info): Don't use variables in the printf format string. Use printf '..%s..' "$foo". In gre_ipv6_lladdr.sh line 145: printf "\n####\nTesting IPv6 link-local address generation on ${GRE_TYPE} devices\n####\n\n" ^-- SC2059 (info): Don't use variables in the printf format string. Use printf '..%s..' "$foo". For more information: https://www.shellcheck.net/wiki/SC2059 -- Don't use variables in the printf... ====== Checking the tree with the patch ====== Checking tools/testing/selftests/net/gre_ipv6_lladdr.sh - 9947021e0a590dab6a6ac17bf6c9b27c4d3cfbf18594a9f0fff017579d430c3d In gre_ipv6_lladdr.sh line 136: printf "\n####\nTesting IPv6 configuration of ${GRE_TYPE} devices\n####\n\n" ^-- SC2059 (info): Don't use variables in the printf format string. Use printf '..%s..' "$foo". In gre_ipv6_lladdr.sh line 152: printf "\n####\nTesting IPv6 configuration of ${GRE_TYPE} devices\n####\n\n" ^-- SC2059 (info): Don't use variables in the printf format string. Use printf '..%s..' "$foo". For more information: https://www.shellcheck.net/wiki/SC2059 -- Don't use variables in the printf...