WARNING: line length of 87 exceeds 80 columns #58: FILE: net/tls/tls_device.c:323: + * Record structure: [Header (5)] + [Ciphertext + ContentType (1)] + [Tag (16)] WARNING: line length of 87 exceeds 80 columns #66: FILE: net/tls/tls_device.c:331: + !skb_page_frag_refill(prot->tail_size, pfrag, sk->sk_allocation)) { WARNING: line length of 86 exceeds 80 columns #75: FILE: net/tls/tls_device.c:340: + content_type_addr = page_address(pfrag->page) + pfrag->offset; WARNING: line length of 87 exceeds 80 columns #205: FILE: net/tls/tls_device_fallback.c:80: + memcpy(iv + cipher_desc->salt, buf + TLS_HEADER_SIZE, cipher_desc->iv); WARNING: line length of 85 exceeds 80 columns #243: FILE: net/tls/tls_device_fallback.c:329: + buf_len = cipher_desc->salt + cipher_desc->iv + tls_ctx->prot_info.aad_size + WARNING: line length of 83 exceeds 80 columns #300: FILE: net/tls/tls_main.c:725: + TLS_INC_STATS(sock_net(sk), LINUX_MIB_TLSTXDEVICE); WARNING: line length of 87 exceeds 80 columns #301: FILE: net/tls/tls_main.c:726: + TLS_INC_STATS(sock_net(sk), LINUX_MIB_TLSCURRTXDEVICE); WARNING: line length of 83 exceeds 80 columns #346: FILE: net/tls/tls_main.c:754: + TLS_INC_STATS(sock_net(sk), LINUX_MIB_TLSRXDEVICE); WARNING: line length of 87 exceeds 80 columns #347: FILE: net/tls/tls_main.c:755: + TLS_INC_STATS(sock_net(sk), LINUX_MIB_TLSCURRRXDEVICE); total: 0 errors, 9 warnings, 0 checks, 296 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 843424a07dea ("tls: add TLS 1.3 hardware offload support") 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, 9 warnings, 0 checks, 296 lines checked