WARNING: line length of 87 exceeds 80 columns #55: FILE: net/tls/tls_device.c:323: + * Record structure: [Header (5)] + [Ciphertext + ContentType (1)] + [Tag (16)] WARNING: line length of 87 exceeds 80 columns #71: FILE: net/tls/tls_device.c:339: + !skb_page_frag_refill(prot->tail_size, pfrag, sk->sk_allocation)) { WARNING: line length of 98 exceeds 80 columns #77: FILE: net/tls/tls_device.c:345: + /* Current pfrag has space or allocation succeeded - write content type */ WARNING: line length of 87 exceeds 80 columns #78: FILE: net/tls/tls_device.c:346: + *(unsigned char *)(page_address(pfrag->page) + pfrag->offset) = WARNING: line length of 83 exceeds 80 columns #133: FILE: net/tls/tls_device.c:1456: + for (i = TLS_RECORD_TYPE_CHANGE_CIPHER_SPEC; i <= TLS_RECORD_TYPE_ACK; i++) total: 0 errors, 5 warnings, 0 checks, 84 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 fc358373d8c7 ("tls: 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, 5 warnings, 0 checks, 84 lines checked