WARNING: line length of 100 exceeds 80 columns #84: FILE: tools/testing/selftests/net/ovpn/ovpn-cli.c:1713: + fprintf(stderr, "\t\t [mark]\n"); WARNING: line length of 81 exceeds 80 columns #141: FILE: tools/testing/selftests/net/ovpn/test-mark.sh:31: + ip netns exec peer0 ${OVPN_CLI} new_key tun0 ${p} 1 0 ${ALG} 0 data64.key WARNING: line length of 109 exceeds 80 columns #162: FILE: tools/testing/selftests/net/ovpn/test-mark.sh:52: +ip netns exec peer0 nft 'add chain inet filter output { type filter hook output priority 0; policy accept; }' WARNING: line length of 85 exceeds 80 columns #163: FILE: tools/testing/selftests/net/ovpn/test-mark.sh:53: +ip netns exec peer0 nft add rule inet filter output meta mark == ${MARK} counter drop WARNING: line length of 110 exceeds 80 columns #165: FILE: tools/testing/selftests/net/ovpn/test-mark.sh:55: +DROP_COUNTER=$(ip netns exec peer0 nft list chain inet filter output | sed -n 's/.*packets \([0-9]*\).*/\1/p') WARNING: line length of 91 exceeds 80 columns #170: FILE: tools/testing/selftests/net/ovpn/test-mark.sh:60: + PING_OUTPUT=$(ip netns exec peer0 ping -qfc 500 -w 1 5.5.5.$((p+1)) 2>&1) && exit 1 WARNING: line length of 93 exceeds 80 columns #172: FILE: tools/testing/selftests/net/ovpn/test-mark.sh:62: + LOST_PACKETS=$(echo "$PING_OUTPUT" | grep 'packets transmitted' | awk '{ print $1 }') WARNING: line length of 109 exceeds 80 columns #178: FILE: tools/testing/selftests/net/ovpn/test-mark.sh:68: +TOTAL_COUNT=$(ip netns exec peer0 nft list chain inet filter output | sed -n 's/.*packets \([0-9]*\).*/\1/p') total: 0 errors, 8 warnings, 0 checks, 148 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 e3def6415076 ("selftests: ovpn: add test for the FW mark feature") has style problems, please review. NOTE: Ignored message types: ALLOC_SIZEOF_STRUCT BAD_REPORTED_BY_LINK CAMELCASE COMMIT_LOG_LONG_LINE FILE_PATH_CHANGES 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, 8 warnings, 0 checks, 148 lines checked