WARNING: line length of 105 exceeds 80 columns #35: FILE: tools/testing/selftests/wireguard/netns.sh:202: + n0 nft add chain inet filter INPUT { type filter hook input priority filter \; policy accept \; } WARNING: line length of 110 exceeds 80 columns #61: FILE: tools/testing/selftests/wireguard/netns.sh:350: + n0 nft add chain inet nat POSTROUTING { type nat hook postrouting priority srcnat\; policy accept \; } WARNING: line length of 114 exceeds 80 columns #62: FILE: tools/testing/selftests/wireguard/netns.sh:351: + n0 nft add rule inet nat POSTROUTING ip saddr 192.168.1.0/24 ip daddr 10.0.0.0/24 counter snat to 10.0.0.1 WARNING: line length of 96 exceeds 80 columns #64: FILE: tools/testing/selftests/wireguard/netns.sh:353: + n0 iptables -t nat -A POSTROUTING -s 192.168.1.0/24 -d 10.0.0.0/24 -j SNAT --to 10.0.0.1 WARNING: line length of 105 exceeds 80 columns #76: FILE: tools/testing/selftests/wireguard/netns.sh:370: + n1 nft add chain inet mangle OUTPUT { type route hook output priority mangle\; policy accept \; } WARNING: line length of 110 exceeds 80 columns #100: FILE: tools/testing/selftests/wireguard/netns.sh:417: + n2 nft add chain inet nat POSTROUTING { type nat hook postrouting priority srcnat\; policy accept \; } WARNING: line length of 121 exceeds 80 columns #101: FILE: tools/testing/selftests/wireguard/netns.sh:418: + n2 nft add rule inet nat POSTROUTING ip saddr 10.0.0.0/24 ip daddr 192.168.241.0/24 counter snat to 192.168.241.2 WARNING: line length of 105 exceeds 80 columns #104: FILE: tools/testing/selftests/wireguard/netns.sh:421: + n0 nft add chain inet filter INPUT { type filter hook input priority filter \; policy accept \; } WARNING: line length of 95 exceeds 80 columns #105: FILE: tools/testing/selftests/wireguard/netns.sh:422: + n0 nft add rule inet filter INPUT iifname "vethrs" ip saddr != 10.0.0.0/24 counter drop WARNING: line length of 103 exceeds 80 columns #107: FILE: tools/testing/selftests/wireguard/netns.sh:424: + n2 iptables -t nat -A POSTROUTING -s 10.0.0.0/24 -d 192.168.241.0/24 -j SNAT --to 192.168.241.2 WARNING: line length of 113 exceeds 80 columns #108: FILE: tools/testing/selftests/wireguard/netns.sh:425: + n0 iptables -t filter -A INPUT \! -s 10.0.0.0/24 -i vethrs -j DROP # Manual rpfilter just to be explicit. total: 0 errors, 11 warnings, 0 checks, 105 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 2aebe56ca2f4 ("selftests: wireguards: use nft by default") 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, 11 warnings, 0 checks, 105 lines checked