WARNING: line length of 86 exceeds 80 columns #47: FILE: tools/testing/selftests/net/pmtu.sh:857: + run_cmd python3 ./openvswitch/ovs-dpctl.py add-if ovs_br0 ${type}_a -t ${type} WARNING: line length of 98 exceeds 80 columns #57: FILE: tools/testing/selftests/net/pmtu.sh:867: + br0_port=$(echo "$ports" | grep -E "\sovs_br0" | sed -e 's@port @@' | cut -d: -f1 | xargs) WARNING: line length of 96 exceeds 80 columns #58: FILE: tools/testing/selftests/net/pmtu.sh:868: + type_a_port=$(echo "$ports" | grep ${type}_a | sed -e 's@port @@' | cut -d: -f1 | xargs) WARNING: line length of 93 exceeds 80 columns #59: FILE: tools/testing/selftests/net/pmtu.sh:869: + veth_a_port=$(echo "$ports" | grep veth_A | sed -e 's@port @@' | cut -d: -f1 | xargs) WARNING: line length of 90 exceeds 80 columns #69: FILE: tools/testing/selftests/net/pmtu.sh:879: + "recirc_id(0),in_port(${veth_a_port}),eth(),eth_type(0x0800),ipv4()" \ WARNING: line length of 90 exceeds 80 columns #72: FILE: tools/testing/selftests/net/pmtu.sh:882: + "recirc_id(0),in_port(${veth_a_port}),eth(),eth_type(0x86dd),ipv6()" \ WARNING: line length of 139 exceeds 80 columns #75: FILE: tools/testing/selftests/net/pmtu.sh:885: + "recirc_id(0),tunnel(tun_id=1,src=${v4_b_tun},dst=${v4_a_tun}),in_port(${type_a_port}),eth(),eth_type(0x0800),ipv4()" \ WARNING: line length of 139 exceeds 80 columns #78: FILE: tools/testing/selftests/net/pmtu.sh:888: + "recirc_id(0),tunnel(tun_id=1,src=${v4_b_tun},dst=${v4_a_tun}),in_port(${type_a_port}),eth(),eth_type(0x86dd),ipv6()" \ WARNING: line length of 138 exceeds 80 columns #81: FILE: tools/testing/selftests/net/pmtu.sh:891: + "recirc_id(0),tunnel(tun_id=1,src=${v4_b_tun},dst=${v4_a_tun}),in_port(${type_a_port}),eth(),eth_type(0x0806),arp()" \ WARNING: line length of 130 exceeds 80 columns #84: FILE: tools/testing/selftests/net/pmtu.sh:894: + "recirc_id(0),in_port(${veth_a_port}),eth(),eth_type(0x0806),arp(sip=${veth4_c_addr},tip=${tunnel4_b_addr})" \ WARNING: line length of 90 exceeds 80 columns #88: FILE: tools/testing/selftests/net/pmtu.sh:898: + "recirc_id(0),in_port(${veth_a_port}),eth(),eth_type(0x0800),ipv4()" \ WARNING: line length of 90 exceeds 80 columns #91: FILE: tools/testing/selftests/net/pmtu.sh:901: + "recirc_id(0),in_port(${veth_a_port}),eth(),eth_type(0x86dd),ipv6()" \ WARNING: line length of 149 exceeds 80 columns #94: FILE: tools/testing/selftests/net/pmtu.sh:904: + "recirc_id(0),tunnel(tun_id=1,ipv6_src=${v6_b_tun},ipv6_dst=${v6_a_tun}),in_port(${type_a_port}),eth(),eth_type(0x0800),ipv4()" \ WARNING: line length of 149 exceeds 80 columns #97: FILE: tools/testing/selftests/net/pmtu.sh:907: + "recirc_id(0),tunnel(tun_id=1,ipv6_src=${v6_b_tun},ipv6_dst=${v6_a_tun}),in_port(${type_a_port}),eth(),eth_type(0x86dd),ipv6()" \ WARNING: line length of 148 exceeds 80 columns #100: FILE: tools/testing/selftests/net/pmtu.sh:910: + "recirc_id(0),tunnel(tun_id=1,ipv6_src=${v6_b_tun},ipv6_dst=${v6_a_tun}),in_port(${type_a_port}),eth(),eth_type(0x0806),arp()" \ WARNING: line length of 130 exceeds 80 columns #103: FILE: tools/testing/selftests/net/pmtu.sh:913: + "recirc_id(0),in_port(${veth_a_port}),eth(),eth_type(0x0806),arp(sip=${veth4_c_addr},tip=${tunnel4_b_addr})" \ WARNING: line length of 86 exceeds 80 columns #114: FILE: tools/testing/selftests/net/pmtu.sh:935: + run_cmd python3 ./openvswitch/ovs-dpctl.py add-dp ovs_br0 || return $ksft_skip WARNING: line length of 100 exceeds 80 columns #134: FILE: tools/testing/selftests/net/pmtu.sh:997: + python3 ./openvswitch/ovs-dpctl.py del-if ovs_br0 -d true vxlan_a >/dev/null 2>&1 WARNING: line length of 100 exceeds 80 columns #135: FILE: tools/testing/selftests/net/pmtu.sh:998: + python3 ./openvswitch/ovs-dpctl.py del-if ovs_br0 -d true geneve_a >/dev/null 2>&1 total: 0 errors, 19 warnings, 0 checks, 135 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 16869044e947 ("selftests: net: Use the provided dpctl rather than the vswitchd for tests.") 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, 19 warnings, 0 checks, 135 lines checked