WARNING: line length of 92 exceeds 80 columns #86: FILE: include/net/sock.h:357: + * @autorelease: if true, tokens released on close; if false, user must release WARNING: line length of 86 exceeds 80 columns #183: FILE: net/core/devmem.c:320: + binding->vec[owner->area.base_virtual / PAGE_SIZE + i] = niov; WARNING: line length of 81 exceeds 80 columns #225: FILE: net/core/sock.c:1087: +sock_devmem_dontneed_manual_release(struct sock *sk, struct dmabuf_token *tokens, WARNING: line length of 90 exceeds 80 columns #241: FILE: net/core/sock.c:1103: + if (token >= sk->sk_devmem_info.binding->dmabuf->size / PAGE_SIZE) WARNING: line length of 86 exceeds 80 columns #277: FILE: net/core/sock.c:1138: + &sk->sk_devmem_info.frags, tokens[i].token_start + j); WARNING: line length of 84 exceeds 80 columns #344: FILE: net/ipv4/tcp.c:2431: + __xa_cmpxchg(&sk->sk_devmem_info.frags, p->tokens[i], XA_ZERO_ENTRY, WARNING: line length of 82 exceeds 80 columns #437: FILE: net/ipv4/tcp.c:2593: + err = tcp_xa_pool_refill(sk, &tcp_xa_pool, WARNING: line length of 96 exceeds 80 columns #438: FILE: net/ipv4/tcp.c:2594: + skb_shinfo(skb)->nr_frags - i); WARNING: line length of 84 exceeds 80 columns #443: FILE: net/ipv4/tcp.c:2599: + tcp_xa_pool.tokens[tcp_xa_pool.idx]; WARNING: line length of 89 exceeds 80 columns #445: FILE: net/ipv4/tcp.c:2601: + token = net_iov_virtual_addr(niov) >> PAGE_SHIFT; WARNING: line length of 85 exceeds 80 columns #467: FILE: net/ipv4/tcp.c:2625: + atomic_long_inc(&niov->pp_ref_count); total: 0 errors, 11 warnings, 0 checks, 426 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 0cfb9fca2199 ("net: devmem: prepare for autorelease rx 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, 11 warnings, 0 checks, 426 lines checked