WARNING: line length of 84 exceeds 80 columns #118: FILE: tools/testing/selftests/net/netfilter/nft_fib.sh:397: + add @fibif4iif { meta iif . ip daddr . fib daddr . iif oif } WARNING: line length of 87 exceeds 80 columns #120: FILE: tools/testing/selftests/net/netfilter/nft_fib.sh:399: + add @fibtype4iif { meta iif . ip daddr . fib daddr . iif type } WARNING: line length of 84 exceeds 80 columns #123: FILE: tools/testing/selftests/net/netfilter/nft_fib.sh:402: + add @fibif4iif { meta iif . ip saddr . fib saddr . iif oif } WARNING: line length of 85 exceeds 80 columns #128: FILE: tools/testing/selftests/net/netfilter/nft_fib.sh:407: + add @fibif6iif { meta iif . ip6 daddr . fib daddr . iif oif } WARNING: line length of 82 exceeds 80 columns #129: FILE: tools/testing/selftests/net/netfilter/nft_fib.sh:408: + add @fibtype6 { meta iif . ip6 daddr . fib daddr type } WARNING: line length of 88 exceeds 80 columns #130: FILE: tools/testing/selftests/net/netfilter/nft_fib.sh:409: + add @fibtype6iif { meta iif . ip6 daddr . fib daddr . iif type } WARNING: line length of 85 exceeds 80 columns #133: FILE: tools/testing/selftests/net/netfilter/nft_fib.sh:412: + add @fibif6iif { meta iif . ip6 saddr . fib saddr . iif oif } WARNING: line length of 146 exceeds 80 columns #164: FILE: tools/testing/selftests/net/netfilter/nft_fib.sh:443: + if ! ip netns exec "$nsrouter" nft get element inet t "$setname" { "$iifname" . "$addr" . "$type" } |grep -q "counter packets $count";then WARNING: line length of 117 exceeds 80 columns #173: FILE: tools/testing/selftests/net/netfilter/nft_fib.sh:452: + if ! ip netns exec "$nsrouter" nft delete element inet t "$setname" { "$iifname" . "$addr" . "$type" } ; then WARNING: line length of 99 exceeds 80 columns #207: FILE: tools/testing/selftests/net/netfilter/nft_fib.sh:486: + if ip netns exec "$nsrouter" nft list set inet t "$setname" | grep -q elements;then WARNING: line length of 87 exceeds 80 columns #311: FILE: tools/testing/selftests/net/netfilter/nft_fib.sh:590: + # addr local, but nft_fib doesn't return routes with RTN_LOCAL. WARNING: line length of 81 exceeds 80 columns #318: FILE: tools/testing/selftests/net/netfilter/nft_fib.sh:597: + # same, address is local but no route is returned for lo. WARNING: line length of 81 exceeds 80 columns #351: FILE: tools/testing/selftests/net/netfilter/nft_fib.sh:630: + check_rpf fibif6iif "$ifname" "dead:1::99" "$ifname" 4 || lret=1 WARNING: line length of 82 exceeds 80 columns #449: FILE: tools/testing/selftests/net/netfilter/nft_fib.sh:706: + # there is some error (missing or unexpected entry) this will prevent them WARNING: line length of 81 exceeds 80 columns #464: FILE: tools/testing/selftests/net/netfilter/nft_fib.sh:721: + check_fib_veth_vrf_type "fib expression address types match (iif in vrf)" total: 0 errors, 15 warnings, 0 checks, 422 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 3b2628f780f8 ("selftests: netfilter: nft_fib.sh: add type and oif tests with and without VRFs") 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, 15 warnings, 0 checks, 422 lines checked