WARNING: line length of 81 exceeds 80 columns #117: FILE: drivers/net/ethernet/chelsio/inline_crypto/chtls/chtls_io.c:1119: + if (skb_can_coalesce(skb, i, pfrag->page, pfrag->offset)) WARNING: line length of 84 exceeds 80 columns #622: FILE: net/core/sock.c:2968: +void *sk_page_frag_alloc_refill_prepare(struct sock *sk, struct page_frag_cache *nc, CHECK: Lines should not end with a '(' #694: FILE: net/ipv4/ip_output.c:1254: + skb_frag_size_add( WARNING: line length of 84 exceeds 80 columns #814: FILE: net/ipv4/tcp_output.c:3999: + min_t(size_t, space, PAGE_SIZE), CHECK: Lines should not end with a '(' #890: FILE: net/ipv6/ip6_output.c:1781: + skb_frag_size_add( WARNING: line length of 81 exceeds 80 columns #1004: FILE: net/mptcp/protocol.c:1093: + 32U + sizeof(struct mptcp_data_frag), WARNING: line length of 81 exceeds 80 columns #1052: FILE: net/mptcp/protocol.c:1860: + va = mptcp_page_frag_alloc_refill_prepare(sk, nc, pfrag); WARNING: line length of 82 exceeds 80 columns #1251: FILE: net/tls/tls_device.c:403: + ret = tls_create_new_record(offload_ctx, nc, pfrag, prepend_size); total: 0 errors, 6 warnings, 2 checks, 1156 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 7dfeb872b2bf ("net: replace page_frag with page_frag_cache") 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, 6 warnings, 2 checks, 1156 lines checked