WARNING: line length of 95 exceeds 80 columns #66: FILE: tools/testing/selftests/net/vlan_hw_filter.sh:45: + ip netns exec ${NETNS} ip link add link bond_slave_1 name bond_slave_1.0 type vlan id 0 WARNING: line length of 81 exceeds 80 columns #67: FILE: tools/testing/selftests/net/vlan_hw_filter.sh:46: + ip netns exec ${NETNS} ip link add link bond0 name bond0.0 type vlan id 0 WARNING: line length of 95 exceeds 80 columns #69: FILE: tools/testing/selftests/net/vlan_hw_filter.sh:48: + ip netns exec ${NETNS} ip link del veth2 || fail "Please check vlan HW filter function" WARNING: line length of 95 exceeds 80 columns #86: FILE: tools/testing/selftests/net/vlan_hw_filter.sh:56: + ip netns exec ${NETNS} ip link add link bond0 name vlan0 type vlan id 0 protocol 802.1q WARNING: line length of 95 exceeds 80 columns #92: FILE: tools/testing/selftests/net/vlan_hw_filter.sh:62: + ip netns exec ${NETNS} ip link del vlan0 || fail "Please check vlan HW filter function" WARNING: line length of 95 exceeds 80 columns #103: FILE: tools/testing/selftests/net/vlan_hw_filter.sh:73: + ip netns exec ${NETNS} ip link add link bond0 name vlan0 type vlan id 0 protocol 802.1q WARNING: line length of 95 exceeds 80 columns #106: FILE: tools/testing/selftests/net/vlan_hw_filter.sh:76: + ip netns exec ${NETNS} ip link del vlan0 || fail "Please check vlan HW filter function" WARNING: line length of 95 exceeds 80 columns #115: FILE: tools/testing/selftests/net/vlan_hw_filter.sh:85: + ip netns exec ${NETNS} ip link add link bond0 name vlan0 type vlan id 0 protocol 802.1q WARNING: line length of 95 exceeds 80 columns #120: FILE: tools/testing/selftests/net/vlan_hw_filter.sh:90: + ip netns exec ${NETNS} ip link del vlan0 || fail "Please check vlan HW filter function" WARNING: line length of 99 exceeds 80 columns #128: FILE: tools/testing/selftests/net/vlan_hw_filter.sh:98: + ip netns exec ${NETNS} ip link del dev bond0 || fail "Please check vlan HW filter function" total: 0 errors, 10 warnings, 0 checks, 113 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 33f5eb9d342e ("selftests: Add test cases for vlan_filter modification during runtime") 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, 10 warnings, 0 checks, 113 lines checked