WARNING: line length of 82 exceeds 80 columns #45: FILE: drivers/net/bareudp.c:330: + err = udp_tunnel_dst_lookup(skb, dev, bareudp->net, 0, &saddr, &info->key, WARNING: line length of 90 exceeds 80 columns #48: FILE: drivers/net/bareudp.c:333: + (struct dst_cache *)&info->dst_cache : NULL, &dstref); WARNING: line length of 91 exceeds 80 columns #96: FILE: drivers/net/bareudp.c:406: + (struct dst_cache *)&info->dst_cache : NULL, &dstref); WARNING: line length of 90 exceeds 80 columns #150: FILE: drivers/net/bareudp.c:529: + use_cache ? &info->dst_cache : NULL, &dstref); WARNING: line length of 91 exceeds 80 columns #169: FILE: drivers/net/bareudp.c:542: + use_cache ? &info->dst_cache : NULL, &dstref); WARNING: line length of 90 exceeds 80 columns #229: FILE: drivers/net/geneve.c:854: + (struct dst_cache *)&info->dst_cache : NULL, &dstref); WARNING: line length of 84 exceeds 80 columns #282: FILE: drivers/net/geneve.c:928: + udp_tunnel_xmit_skb(dstref, gs4->sock->sk, skb, saddr, info->key.u.ipv4.dst, WARNING: line length of 91 exceeds 80 columns #307: FILE: drivers/net/geneve.c:969: + (struct dst_cache *)&info->dst_cache : NULL, &dstref); WARNING: line length of 90 exceeds 80 columns #390: FILE: drivers/net/geneve.c:1113: + use_cache ? &info->dst_cache : NULL, &dstref); WARNING: line length of 81 exceeds 80 columns #408: FILE: drivers/net/geneve.c:1135: + err = udp_tunnel6_dst_lookup(skb, dev, geneve->net, gs6->sock, 0, WARNING: line length of 91 exceeds 80 columns #414: FILE: drivers/net/geneve.c:1138: + use_cache ? &info->dst_cache : NULL, &dstref); WARNING: line length of 88 exceeds 80 columns #464: FILE: drivers/net/vxlan/vxlan_core.c:2469: + tos, use_cache ? dst_cache : NULL, &dstref); WARNING: line length of 84 exceeds 80 columns #516: FILE: drivers/net/vxlan/vxlan_core.c:2549: + use_cache ? dst_cache : NULL, &dstref); CHECK: Alignment should match open parenthesis #639: FILE: include/net/udp_tunnel.h:151: +int udp_tunnel_dst_lookup(struct sk_buff *skb, struct net_device *dev, WARNING: line length of 84 exceeds 80 columns #646: FILE: include/net/udp_tunnel.h:156: + struct dst_cache *dst_cache, dstref_t *dstref); CHECK: Alignment should match open parenthesis #648: FILE: include/net/udp_tunnel.h:158: +int udp_tunnel6_dst_lookup(struct sk_buff *skb, struct net_device *dev, WARNING: line length of 88 exceeds 80 columns #655: FILE: include/net/udp_tunnel.h:164: + struct dst_cache *dst_cache, dstref_t *dstref); WARNING: line length of 88 exceeds 80 columns #734: FILE: net/ipv6/ip6_udp_tunnel.c:132: + * On success, it stores the dstref object that represents the result of the lookup WARNING: line length of 94 exceeds 80 columns #735: FILE: net/ipv6/ip6_udp_tunnel.c:133: + * in the dstref param, and the src address to be used for the tunnel in the saddr param. total: 0 errors, 17 warnings, 2 checks, 702 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 7ef62cde5488 ("net: tunnel: return dstref in udp_tunnel{,6}_dst_lookup") 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, 17 warnings, 2 checks, 702 lines checked