WARNING: line length of 110 exceeds 80 columns #114: FILE: tools/testing/selftests/net/hsr/hsr_ping.sh:259: + vlan_challenged_hsr1=$(ip net exec "$ns1" ethtool -k hsr1 | grep "vlan-challenged" | awk '{print $2}') WARNING: line length of 110 exceeds 80 columns #115: FILE: tools/testing/selftests/net/hsr/hsr_ping.sh:260: + vlan_challenged_hsr2=$(ip net exec "$ns2" ethtool -k hsr2 | grep "vlan-challenged" | awk '{print $2}') WARNING: line length of 110 exceeds 80 columns #116: FILE: tools/testing/selftests/net/hsr/hsr_ping.sh:261: + vlan_challenged_hsr3=$(ip net exec "$ns3" ethtool -k hsr3 | grep "vlan-challenged" | awk '{print $2}') WARNING: line length of 124 exceeds 80 columns #118: FILE: tools/testing/selftests/net/hsr/hsr_ping.sh:263: + if [[ "$vlan_challenged_hsr1" = "off" || "$vlan_challenged_hsr2" = "off" || "$vlan_challenged_hsr3" = "off" ]]; then WARNING: line length of 87 exceeds 80 columns #123: FILE: tools/testing/selftests/net/hsr/hsr_ping.sh:268: + echo "INFO: Not Running VLAN tests as the device does not support VLAN" total: 0 errors, 5 warnings, 0 checks, 117 lines checked NOTE: For some of the reported defects, checkpatch may be able to mechanically convert to the typical style using --fix or --fix-inplace. Commit d470d9837e63 ("selftests: hsr: Add test for VLAN") has style problems, please review. NOTE: Ignored message types: ALLOC_SIZEOF_STRUCT BAD_REPORTED_BY_LINK CAMELCASE COMMIT_LOG_LONG_LINE GIT_COMMIT_ID MACRO_ARG_REUSE NO_AUTHOR_SIGN_OFF NOTE: If any of the errors are false positives, please report them to the maintainer, see CHECKPATCH in MAINTAINERS. total: 0 errors, 5 warnings, 0 checks, 117 lines checked