WARNING: line length of 87 exceeds 80 columns #36: FILE: tools/testing/selftests/net/openvswitch/openvswitch.sh:28: + tunnel_metadata ovs: test extraction of tunnel metadata WARNING: line length of 97 exceeds 80 columns #83: FILE: tools/testing/selftests/net/openvswitch/openvswitch.sh:768: + ovs_sbx "${sbxname}" ip -netns ${ns} link add dev ${name} type ${tnl_type} $* || return 1 WARNING: line length of 85 exceeds 80 columns #84: FILE: tools/testing/selftests/net/openvswitch/openvswitch.sh:769: + on_exit "ovs_sbx ${sbxname} ip -netns ${ns} link del ${name} >/dev/null 2>&1" WARNING: line length of 85 exceeds 80 columns #85: FILE: tools/testing/selftests/net/openvswitch/openvswitch.sh:770: + ovs_sbx "${sbxname}" ip -netns ${ns} addr add dev ${name} ${addr} || return 1 WARNING: line length of 89 exceeds 80 columns #86: FILE: tools/testing/selftests/net/openvswitch/openvswitch.sh:771: + ovs_sbx "${sbxname}" ip -netns ${ns} link set dev ${name} mtu 1450 up || return 1 WARNING: line length of 81 exceeds 80 columns #134: FILE: tools/testing/selftests/net/openvswitch/openvswitch.sh:819: + info "checking that received decapsulated packets carry correct metadata" WARNING: line length of 81 exceeds 80 columns #136: FILE: tools/testing/selftests/net/openvswitch/openvswitch.sh:821: + arp_hdr="arp\\(sip=172.31.22${i}.1,tip=172.31.22${i}.2,op=1,sha=" WARNING: line length of 87 exceeds 80 columns #139: FILE: tools/testing/selftests/net/openvswitch/openvswitch.sh:824: + tnl_md="tunnel\\(tun_id=${id},${addrs},ttl=${ttl},${ports},${flags}\\)" WARNING: line length of 84 exceeds 80 columns #141: FILE: tools/testing/selftests/net/openvswitch/openvswitch.sh:826: + ovs_sbx "${sbxname}" grep -qE "MISS upcall.*${tnl_md}.*${arp_hdr}" \ total: 0 errors, 9 warnings, 0 checks, 115 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 89d9bf94272b ("selftests: openvswitch: add a simple test for tunnel metadata") 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, 9 warnings, 0 checks, 115 lines checked