CHECK: Lines should not end with a '(' #141: FILE: include/net/tls.h:423: +static inline struct cipher_context *tls_tx_cipher_ctx( WARNING: line length of 87 exceeds 80 columns #387: FILE: net/tls/tls_device.c:300: + cipher_desc = get_cipher_desc(offload_ctx->rekey_crypto_send.info.cipher_type); WARNING: line length of 82 exceeds 80 columns #411: FILE: net/tls/tls_device.c:324: + lockdep_is_held(&device_offload_lock)); WARNING: line length of 86 exceeds 80 columns #423: FILE: net/tls/tls_device.c:336: + memcpy(crypto_info_rec_seq(&offload_ctx->rekey_crypto_send.info, cipher_desc), WARNING: line length of 82 exceeds 80 columns #427: FILE: net/tls/tls_device.c:340: + &offload_ctx->rekey_crypto_send.info, WARNING: line length of 81 exceeds 80 columns #452: FILE: net/tls/tls_device.c:365: + key = crypto_info_key(&offload_ctx->rekey_crypto_send.info, cipher_desc); WARNING: memory barrier without comment #476: FILE: net/tls/tls_device.c:389: + smp_mb__after_atomic(); WARNING: line length of 84 exceeds 80 columns #561: FILE: net/tls/tls_device.c:1354: + const struct tls_cipher_desc *cipher_desc) WARNING: line length of 84 exceeds 80 columns #947: FILE: net/tls/tls_main.c:720: + TLS_INC_STATS(sock_net(sk), LINUX_MIB_TLSTXREKEYOK); WARNING: line length of 84 exceeds 80 columns #974: FILE: net/tls/tls_main.c:737: + TLS_INC_STATS(sock_net(sk), LINUX_MIB_TLSTXREKEYOK); WARNING: line length of 83 exceeds 80 columns #977: FILE: net/tls/tls_main.c:740: + TLS_INC_STATS(sock_net(sk), LINUX_MIB_TLSCURRTXSW); WARNING: line length of 84 exceeds 80 columns #997: FILE: net/tls/tls_main.c:750: + TLS_INC_STATS(sock_net(sk), LINUX_MIB_TLSRXREKEYOK); WARNING: line length of 84 exceeds 80 columns #1026: FILE: net/tls/tls_main.c:767: + TLS_INC_STATS(sock_net(sk), LINUX_MIB_TLSRXREKEYOK); WARNING: line length of 83 exceeds 80 columns #1029: FILE: net/tls/tls_main.c:770: + TLS_INC_STATS(sock_net(sk), LINUX_MIB_TLSCURRRXSW); total: 0 errors, 13 warnings, 1 checks, 1048 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 e428e1ed266b ("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, 1048 lines checked