WARNING: line length of 91 exceeds 80 columns #44: FILE: net/smc/af_smc.c:1137: + smc_ipaddr_from_v4addr(&ini->smcrv2.saddr, smc->clcsock->sk->sk_rcv_saddr); WARNING: line length of 95 exceeds 80 columns #50: FILE: net/smc/af_smc.c:1140: + smc_ipaddr_from_v6addr(&ini->smcrv2.saddr, &smc->clcsock->sk->sk_v6_rcv_saddr); WARNING: line length of 88 exceeds 80 columns #69: FILE: net/smc/af_smc.c:1240: + /* v4-mapped v6 address should also be treated as v4 address. */ WARNING: line length of 82 exceeds 80 columns #70: FILE: net/smc/af_smc.c:1241: + if (smc_ib_find_route(net, smc->clcsock->sk->sk_rcv_saddr, WARNING: line length of 89 exceeds 80 columns #77: FILE: net/smc/af_smc.c:1248: + if (smc_ib_find_route_v6(net, &smc->clcsock->sk->sk_v6_rcv_saddr, WARNING: line length of 95 exceeds 80 columns #97: FILE: net/smc/af_smc.c:2331: + smc_ipaddr_from_v4addr(&ini->smcrv2.saddr, new_smc->clcsock->sk->sk_rcv_saddr); WARNING: line length of 99 exceeds 80 columns #100: FILE: net/smc/af_smc.c:2334: + smc_ipaddr_from_v6addr(&ini->smcrv2.saddr, &new_smc->clcsock->sk->sk_v6_rcv_saddr); WARNING: line length of 84 exceeds 80 columns #152: FILE: net/smc/smc_core.h:630: +static inline void smc_ipaddr_from_v4addr(struct smc_ipaddr *ipaddr, __be32 v4_addr) WARNING: line length of 100 exceeds 80 columns #158: FILE: net/smc/smc_core.h:636: +static inline void smc_ipaddr_from_v6addr(struct smc_ipaddr *ipaddr, const struct in6_addr *v6_addr) WARNING: line length of 87 exceeds 80 columns #164: FILE: net/smc/smc_core.h:642: +static inline void smc_ipaddr_from_gid(struct smc_ipaddr *ipaddr, u8 gid[SMC_GID_SIZE]) WARNING: line length of 99 exceeds 80 columns #301: FILE: net/smc/smc_ib.c:315: + } else if (!(ipv6_addr_type(smc_ib_gid_to_ipv6((u8 *)&attr->gid)) & IPV6_ADDR_LINKLOCAL)) { WARNING: line length of 100 exceeds 80 columns #314: FILE: net/smc/smc_ib.c:328: + if (!ipv6_prefix_equal(&if6->addr, &smcrv2->saddr.addr_v6, if6->prefix_len)) WARNING: line length of 81 exceeds 80 columns #409: FILE: net/smc/smc_llc.c:1442: + smc_ipaddr_from_gid(&ini->smcrv2.daddr, req_add->gid[0]); total: 0 errors, 13 warnings, 0 checks, 348 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 67c70f04320f ("net/smc: add full IPv6 support for SMC") 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, 13 warnings, 0 checks, 348 lines checked