WARNING: line length of 86 exceeds 80 columns #232: FILE: net/core/devmem.c:333: + binding->vec[owner->area.base_virtual / PAGE_SIZE + i] = niov; WARNING: line length of 92 exceeds 80 columns #352: FILE: net/core/netdev-genl-gen.c:88: +static const struct nla_policy netdev_bind_rx_nl_policy[NETDEV_A_DMABUF_AUTORELEASE + 1] = { WARNING: line length of 81 exceeds 80 columns #676: FILE: net/ipv4/tcp.c:2610: + if (static_branch_unlikely(&tcp_devmem_ar_key)) { WARNING: line length of 82 exceeds 80 columns #677: FILE: net/ipv4/tcp.c:2611: + err = tcp_xa_pool_refill(sk, &tcp_xa_pool, WARNING: line length of 96 exceeds 80 columns #678: FILE: net/ipv4/tcp.c:2612: + skb_shinfo(skb)->nr_frags - i); WARNING: line length of 84 exceeds 80 columns #683: FILE: net/ipv4/tcp.c:2617: + tcp_xa_pool.tokens[tcp_xa_pool.idx]; WARNING: line length of 89 exceeds 80 columns #685: FILE: net/ipv4/tcp.c:2619: + token = net_iov_virtual_addr(niov) >> PAGE_SHIFT; total: 0 errors, 7 warnings, 0 checks, 642 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 cdee59a42548 ("net: devmem: implement autorelease token management") 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, 7 warnings, 0 checks, 642 lines checked