WARNING: line length of 95 exceeds 80 columns
#36: FILE: tools/testing/selftests/wireguard/netns.sh:204:
+n0 nft add chain ip wgtest INPUT { type filter hook input priority filter \; policy accept \; }

WARNING: line length of 103 exceeds 80 columns
#53: FILE: tools/testing/selftests/wireguard/netns.sh:344:
+n0 nft add chain ip wgtest POSTROUTING { type nat hook postrouting priority srcnat\; policy accept \; }

WARNING: line length of 99 exceeds 80 columns
#54: FILE: tools/testing/selftests/wireguard/netns.sh:345:
+n0 nft add rule ip wgtest POSTROUTING ip saddr 192.168.1.0/24 ip daddr 10.0.0.0/24 snat to 10.0.0.1

WARNING: line length of 95 exceeds 80 columns
#63: FILE: tools/testing/selftests/wireguard/netns.sh:359:
+n1 nft add chain ip wgtest OUTPUT { type route hook output priority mangle\; policy accept \; }

WARNING: line length of 103 exceeds 80 columns
#78: FILE: tools/testing/selftests/wireguard/netns.sh:397:
+n2 nft add chain ip wgtest POSTROUTING { type nat hook postrouting priority srcnat\; policy accept \; }

WARNING: line length of 106 exceeds 80 columns
#79: FILE: tools/testing/selftests/wireguard/netns.sh:398:
+n2 nft add rule ip wgtest POSTROUTING ip saddr 10.0.0.0/24 ip daddr 192.168.241.0/24 snat to 192.168.241.2

WARNING: line length of 95 exceeds 80 columns
#80: FILE: tools/testing/selftests/wireguard/netns.sh:399:
+n0 nft add chain ip wgtest INPUT { type filter hook input priority filter \; policy accept \; }

total: 0 errors, 7 warnings, 0 checks, 71 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 330ab08c0ed4 ("wireguard: selftests: convert iptables to nft") 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, 7 warnings, 0 checks, 71 lines checked