CHECK: Lines should not end with a '(' #134: FILE: include/net/tls.h:426: +static inline struct cipher_context *tls_tx_cipher_ctx( WARNING: line length of 87 exceeds 80 columns #373: FILE: net/tls/tls_device.c:302: + cipher_desc = get_cipher_desc(offload_ctx->rekey_crypto_send.info.cipher_type); WARNING: line length of 82 exceeds 80 columns #379: FILE: net/tls/tls_device.c:308: + lockdep_is_held(&device_offload_lock)); WARNING: line length of 86 exceeds 80 columns #391: FILE: net/tls/tls_device.c:320: + memcpy(crypto_info_rec_seq(&offload_ctx->rekey_crypto_send.info, cipher_desc), WARNING: line length of 82 exceeds 80 columns #395: FILE: net/tls/tls_device.c:324: + &offload_ctx->rekey_crypto_send.info, WARNING: line length of 81 exceeds 80 columns #420: FILE: net/tls/tls_device.c:349: + key = crypto_info_key(&offload_ctx->rekey_crypto_send.info, cipher_desc); WARNING: line length of 91 exceeds 80 columns #477: FILE: net/tls/tls_device.c:427: + WRITE_ONCE(tls_ctx->rekey_complete_seq, current_write_seq); WARNING: line length of 84 exceeds 80 columns #528: FILE: net/tls/tls_device.c:1337: + const struct tls_cipher_desc *cipher_desc) WARNING: line length of 84 exceeds 80 columns #915: FILE: net/tls/tls_main.c:720: + TLS_INC_STATS(sock_net(sk), LINUX_MIB_TLSTXREKEYOK); WARNING: line length of 84 exceeds 80 columns #942: FILE: net/tls/tls_main.c:737: + TLS_INC_STATS(sock_net(sk), LINUX_MIB_TLSTXREKEYOK); WARNING: line length of 83 exceeds 80 columns #945: FILE: net/tls/tls_main.c:740: + TLS_INC_STATS(sock_net(sk), LINUX_MIB_TLSCURRTXSW); WARNING: line length of 84 exceeds 80 columns #965: FILE: net/tls/tls_main.c:750: + TLS_INC_STATS(sock_net(sk), LINUX_MIB_TLSRXREKEYOK); WARNING: line length of 84 exceeds 80 columns #994: FILE: net/tls/tls_main.c:767: + TLS_INC_STATS(sock_net(sk), LINUX_MIB_TLSRXREKEYOK); WARNING: line length of 83 exceeds 80 columns #997: FILE: net/tls/tls_main.c:770: + TLS_INC_STATS(sock_net(sk), LINUX_MIB_TLSCURRRXSW); total: 0 errors, 13 warnings, 1 checks, 1011 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 e8f0f744e28b ("tls: add hardware offload key update 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, 13 warnings, 1 checks, 1011 lines checked