WARNING: line length of 87 exceeds 80 columns #183: FILE: net/ipv4/udp.c:514: + result = udp4_lib_lookup4(net, saddr, sport, daddr, hnum, dif, sdif, udptable); WARNING: line length of 83 exceeds 80 columns #206: FILE: net/ipv4/udp.c:1973: + hash = udp_ehashfn(net, inet_sk(sk)->inet_rcv_saddr, inet_sk(sk)->inet_num, WARNING: line length of 92 exceeds 80 columns #257: FILE: net/ipv4/udp.c:2067: + hslot4 = udp_hashslot4(udptable, udp_sk(sk)->udp_lrpa_hash); WARNING: line length of 95 exceeds 80 columns #300: FILE: net/ipv4/udp.c:2125: + hlist_add_head_rcu(&udp_sk(sk)->udp_lrpa_node, &nhslot4->head); WARNING: line length of 87 exceeds 80 columns #314: FILE: net/ipv4/udp.c:2142: + inet_sk(sk)->inet_rcv_saddr, inet_sk(sk)->inet_num, WARNING: line length of 86 exceeds 80 columns #315: FILE: net/ipv4/udp.c:2143: + inet_sk(sk)->inet_daddr, inet_sk(sk)->inet_dport); total: 0 errors, 6 warnings, 0 checks, 301 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 8f1f849a9036 ("net/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, 6 warnings, 0 checks, 301 lines checked