WARNING: line length of 81 exceeds 80 columns #35: FILE: tools/testing/selftests/net/netfilter/rpath.sh:129: + if ! ip netns exec "$ns2" "$iptables" -t raw -Z 2>/dev/null; then WARNING: line length of 99 exceeds 80 columns #36: FILE: tools/testing/selftests/net/netfilter/rpath.sh:130: + ip netns exec "$ns2" "$iptables" -L PREROUTING -t raw -n --line-numbers | \ WARNING: line length of 108 exceeds 80 columns #39: FILE: tools/testing/selftests/net/netfilter/rpath.sh:133: + ip netns exec "$ns2" "$iptables" -t raw -Z PREROUTING "$rulenum" 2>/dev/null WARNING: line length of 82 exceeds 80 columns #44: FILE: tools/testing/selftests/net/netfilter/rpath.sh:138: + if ! ip netns exec "$ns2" "$ip6tables" -t raw -Z 2>/dev/null; then WARNING: line length of 100 exceeds 80 columns #45: FILE: tools/testing/selftests/net/netfilter/rpath.sh:139: + ip netns exec "$ns2" "$ip6tables" -L PREROUTING -t raw -n --line-numbers | \ WARNING: line length of 109 exceeds 80 columns #48: FILE: tools/testing/selftests/net/netfilter/rpath.sh:142: + ip netns exec "$ns2" "$ip6tables" -t raw -Z PREROUTING "$rulenum" 2>/dev/null total: 0 errors, 6 warnings, 0 checks, 26 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 05949382a4cc ("selftests: netfilter: avoid RULE_REPLACE error when zeroing rule counters") 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, 6 warnings, 0 checks, 26 lines checked