CHECK: Lines should not end with a '(' #133: FILE: include/net/tls.h:426: +static inline struct cipher_context *tls_tx_cipher_ctx( WARNING: line length of 87 exceeds 80 columns #372: 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 #378: FILE: net/tls/tls_device.c:308: + lockdep_is_held(&device_offload_lock)); WARNING: line length of 86 exceeds 80 columns #390: 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 #394: FILE: net/tls/tls_device.c:324: + &offload_ctx->rekey_crypto_send.info, WARNING: line length of 81 exceeds 80 columns #419: 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 #476: 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 #527: FILE: net/tls/tls_device.c:1349: + const struct tls_cipher_desc *cipher_desc) WARNING: line length of 84 exceeds 80 columns #914: FILE: net/tls/tls_main.c:720: + TLS_INC_STATS(sock_net(sk), LINUX_MIB_TLSTXREKEYOK); WARNING: line length of 84 exceeds 80 columns #941: FILE: net/tls/tls_main.c:737: + TLS_INC_STATS(sock_net(sk), LINUX_MIB_TLSTXREKEYOK); WARNING: line length of 83 exceeds 80 columns #944: FILE: net/tls/tls_main.c:740: + TLS_INC_STATS(sock_net(sk), LINUX_MIB_TLSCURRTXSW); WARNING: line length of 84 exceeds 80 columns #964: FILE: net/tls/tls_main.c:750: + TLS_INC_STATS(sock_net(sk), LINUX_MIB_TLSRXREKEYOK); WARNING: line length of 84 exceeds 80 columns #993: FILE: net/tls/tls_main.c:767: + TLS_INC_STATS(sock_net(sk), LINUX_MIB_TLSRXREKEYOK); WARNING: line length of 83 exceeds 80 columns #996: 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 429dfbcfdebe ("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