WARNING: line length of 83 exceeds 80 columns #63: FILE: net/ipv6/udp.c:116: + new_hash4 = udp_ehashfn(sock_net(sk), sk->sk_rcv_saddr, sk->sk_num, WARNING: line length of 88 exceeds 80 columns #66: FILE: net/ipv6/udp.c:119: + new_hash4 = udp6_ehashfn(sock_net(sk), &sk->sk_v6_rcv_saddr, sk->sk_num, WARNING: line length of 85 exceeds 80 columns #81: FILE: net/ipv6/udp.c:231: + const struct in6_addr *daddr, unsigned int hnum, WARNING: line length of 83 exceeds 80 columns #82: FILE: net/ipv6/udp.c:232: + int dif, int sdif, struct udp_table *udptable) WARNING: line length of 85 exceeds 80 columns #93: FILE: net/ipv6/udp.c:243: + const struct in6_addr *daddr, unsigned int hnum, WARNING: line length of 83 exceeds 80 columns #94: FILE: net/ipv6/udp.c:244: + int dif, int sdif, struct udp_table *udptable) WARNING: line length of 95 exceeds 80 columns #114: FILE: net/ipv6/udp.c:264: + /* if the nulls value we got at the end of this lookup is not the expected one, we must WARNING: line length of 97 exceeds 80 columns #115: FILE: net/ipv6/udp.c:265: + * restart lookup. We probably met an item that was moved to another chain due to rehash. WARNING: line length of 95 exceeds 80 columns #151: FILE: net/ipv6/udp.c:309: + result = udp6_lib_lookup4(net, saddr, sport, daddr, hnum, dif, sdif, udptable); total: 0 errors, 9 warnings, 0 checks, 142 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 c0a40b093226 ("ipv6/udp: Add 4-tuple hash for connected socket") 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, 9 warnings, 0 checks, 142 lines checked