On Fri, Sep 05, 2025 at 12:46:59PM +1000, alistair23@xxxxxxxxx wrote: ... > diff --git a/drivers/nvme/target/tcp.c b/drivers/nvme/target/tcp.c ... > static int nvmet_tcp_tls_record_ok(struct nvmet_tcp_queue *queue, > struct msghdr *msg, char *cbuf) > { > struct cmsghdr *cmsg = (struct cmsghdr *)cbuf; > - u8 ctype, level, description; > + u8 ctype, htype, level, description; nit: htype is unused in this function Flagged by W=1 builds. > int ret = 0; > > ctype = tls_get_record_type(queue->sock->sk, cmsg); ...