WARNING: line length of 82 exceeds 80 columns #73: FILE: drivers/nvme/target/tcp.c:1154: + /* Restore the default callbacks before starting upcall */ WARNING: line length of 98 exceeds 80 columns #79: FILE: drivers/nvme/target/tcp.c:1160: + return nvmet_tcp_tls_handshake(queue, HANDSHAKE_KEY_UPDATE_TYPE_RECEIVED); CHECK: Alignment should match open parenthesis #95: FILE: drivers/nvme/target/tcp.c:1377: + if (ret == -EKEYEXPIRED && + queue->state != NVMET_TCP_Q_DISCONNECTING && WARNING: line length of 90 exceeds 80 columns #103: FILE: drivers/nvme/target/tcp.c:1385: + /* Restore the default callbacks before starting upcall */ WARNING: line length of 81 exceeds 80 columns #104: FILE: drivers/nvme/target/tcp.c:1386: + read_lock_bh(&queue->sock->sk->sk_callback_lock); WARNING: line length of 83 exceeds 80 columns #106: FILE: drivers/nvme/target/tcp.c:1388: + queue->sock->sk->sk_data_ready = queue->data_ready; WARNING: line length of 83 exceeds 80 columns #107: FILE: drivers/nvme/target/tcp.c:1389: + read_unlock_bh(&queue->sock->sk->sk_callback_lock); WARNING: line length of 98 exceeds 80 columns #110: FILE: drivers/nvme/target/tcp.c:1392: + HANDSHAKE_KEY_UPDATE_TYPE_RECEIVED); total: 0 errors, 7 warnings, 1 checks, 107 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 23738717b641 ("nvmet-tcp: Support KeyUpdate") has style problems, please review. NOTE: Ignored message types: ALLOC_SIZEOF_STRUCT BAD_REPORTED_BY_LINK CAMELCASE COMMIT_LOG_LONG_LINE 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, 7 warnings, 1 checks, 107 lines checked