WARNING: line length of 84 exceeds 80 columns #201: FILE: drivers/net/ethernet/intel/idpf/idpf_txrx.c:2868: + udp_set_len_short(l4.udp, shinfo->gso_size + sizeof(struct udphdr)); WARNING: line length of 81 exceeds 80 columns #249: FILE: drivers/net/ethernet/mellanox/mlx5/core/en_selftest.c:116: + udp_set_len_short(udph, sizeof(struct mlx5ehdr) + sizeof(struct udphdr)); WARNING: line length of 84 exceeds 80 columns #320: FILE: drivers/net/ethernet/stmicro/stmmac/stmmac_selftests.c:157: + udp_set_len_short(uhdr, sizeof(*shdr) + sizeof(*uhdr) + attr->size); WARNING: line length of 81 exceeds 80 columns #504: FILE: net/6lowpan/nhc_udp.c:94: + udp_set_len_short(&uh, skb->len + sizeof(struct udphdr)); WARNING: line length of 84 exceeds 80 columns #560: FILE: net/core/selftests.c:75: + udp_set_len_short(uhdr, sizeof(*shdr) + sizeof(*uhdr) + attr->size); WARNING: line length of 85 exceeds 80 columns #616: FILE: net/ipv4/ipconfig.c:850: + udp_set_len_short(&b->udph, sizeof(struct bootp_pkt) - sizeof(struct iphdr)); WARNING: line length of 83 exceeds 80 columns #625: FILE: net/ipv4/ipconfig.c:1028: + if (ntohs(h->tot_len) < udp_get_len_short(&b->udph) + sizeof(struct iphdr)) WARNING: line length of 83 exceeds 80 columns #748: FILE: net/ipv4/udp_offload.c:595: + newlen = skb_tail_pointer(seg) - skb_transport_header(seg) + seg->data_len; WARNING: line length of 82 exceeds 80 columns #977: FILE: net/netfilter/nf_log_syslog.c:293: + ntohs(uh->source), ntohs(uh->dest), udp_get_len_short(uh)); total: 0 errors, 9 warnings, 0 checks, 682 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 0c0d59e9c056 ("net: Use helpers to get/set UDP len tree-wide") has style problems, please review. NOTE: Ignored message types: ALLOC_SIZEOF_STRUCT BAD_REPORTED_BY_LINK CAMELCASE COMMIT_LOG_LONG_LINE FILE_PATH_CHANGES 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, 682 lines checked