WARNING: line length of 103 exceeds 80 columns #33: FILE: drivers/net/vxlan/vxlan_core.c:79: + __be16 port, u32 flags, int ifindex, union vxlan_addr *saddr) WARNING: line length of 102 exceeds 80 columns #50: FILE: drivers/net/vxlan/vxlan_core.c:93: + if (family == AF_INET && inet->inet_rcv_saddr == saddr->sin.sin_addr.s_addr) { WARNING: braces {} are not necessary for single statement blocks #50: FILE: drivers/net/vxlan/vxlan_core.c:93: + if (family == AF_INET && inet->inet_rcv_saddr == saddr->sin.sin_addr.s_addr) { + return vs; + } WARNING: line length of 98 exceeds 80 columns #54: FILE: drivers/net/vxlan/vxlan_core.c:97: + else if (ipv6_addr_cmp(&sk->sk_v6_rcv_saddr, &saddr->sin6.sin6_addr) == 0) WARNING: line length of 88 exceeds 80 columns #68: FILE: drivers/net/vxlan/vxlan_core.c:150: + __be16 port, u32 flags, union vxlan_addr *saddr) total: 0 errors, 5 warnings, 0 checks, 122 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 11606031b091 ("net: vxlan: enable local address bind for vxlan sockets") 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, 5 warnings, 0 checks, 122 lines checked