WARNING: line length of 86 exceeds 80 columns #57: FILE: tools/testing/selftests/net/netfilter/nft_fib.sh:86: + fib daddr type local counter comment "daddr configured on other iface" WARNING: line length of 84 exceeds 80 columns #58: FILE: tools/testing/selftests/net/netfilter/nft_fib.sh:87: + fib daddr . iif type local counter comment "daddr configured on iif" WARNING: line length of 90 exceeds 80 columns #60: FILE: tools/testing/selftests/net/netfilter/nft_fib.sh:89: + fib daddr . iif type unicast counter comment "daddr not configured on iif" WARNING: line length of 119 exceeds 80 columns #118: FILE: tools/testing/selftests/net/netfilter/nft_fib.sh:147: + if ! ip netns exec "$ns" nft list chain "$family" filter "$chain" | grep "$what" | grep -q "packets $want";then WARNING: line length of 125 exceeds 80 columns #119: FILE: tools/testing/selftests/net/netfilter/nft_fib.sh:148: + echo "Netns $ns $family fib type counter doesn't match expected packet count of $want for $what $errmsg" 1>&2 WARNING: line length of 103 exceeds 80 columns #164: FILE: tools/testing/selftests/net/netfilter/nft_fib.sh:271: + check_fib_type_counter 2 "$nsrouter" "type_match_in" "fib daddr type local" "$errmsg" || lret=1 WARNING: line length of 109 exceeds 80 columns #165: FILE: tools/testing/selftests/net/netfilter/nft_fib.sh:272: + check_fib_type_counter 2 "$nsrouter" "type_match_in" "fib daddr . iif type local" "$errmsg" || lret=1 WARNING: line length of 87 exceeds 80 columns #168: FILE: tools/testing/selftests/net/netfilter/nft_fib.sh:275: + # makes router receive packet for address configured on a different (but local) WARNING: line length of 100 exceeds 80 columns #172: FILE: tools/testing/selftests/net/netfilter/nft_fib.sh:279: + # expectation: triggers 'unicast' in prerouting/input for daddr . iif and local for 'daddr'. WARNING: line length of 103 exceeds 80 columns #174: FILE: tools/testing/selftests/net/netfilter/nft_fib.sh:281: + check_fib_type_counter 2 "$nsrouter" "type_match_in" "fib daddr type local" "$errmsg" || lret=1 WARNING: line length of 111 exceeds 80 columns #175: FILE: tools/testing/selftests/net/netfilter/nft_fib.sh:282: + check_fib_type_counter 2 "$nsrouter" "type_match_in" "fib daddr . iif type unicast" "$errmsg" || lret=1 WARNING: line length of 105 exceeds 80 columns #180: FILE: tools/testing/selftests/net/netfilter/nft_fib.sh:287: + check_fib_type_counter 2 "$nsrouter" "type_match_in" "fib daddr type unicast" "$errmsg" || lret=1 WARNING: line length of 111 exceeds 80 columns #181: FILE: tools/testing/selftests/net/netfilter/nft_fib.sh:288: + check_fib_type_counter 2 "$nsrouter" "type_match_in" "fib daddr . iif type unicast" "$errmsg" || lret=1 WARNING: line length of 81 exceeds 80 columns #204: FILE: tools/testing/selftests/net/netfilter/nft_fib.sh:308: +[ $ret -eq 0 ] && echo "PASS: fib expression did not cause unwanted packet drops" total: 0 errors, 14 warnings, 0 checks, 227 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 5d6cdc8f339a ("selftests: netfilter: nft_fib.sh: add 'type' mode tests") 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, 14 warnings, 0 checks, 227 lines checked