From nobody Tue Apr 7 18:02:10 2026 Received: from bombadil.infradead.org (bombadil.infradead.org [198.137.202.133]) (using TLSv1.2 with cipher ECDHE-RSA-AES256-GCM-SHA384 (256/256 bits)) (No client certificate requested) by smtp.subspace.kernel.org (Postfix) with ESMTPS id 1272D3976B2 for ; Thu, 12 Mar 2026 05:14:33 +0000 (UTC) Authentication-Results: smtp.subspace.kernel.org; arc=none smtp.client-ip=198.137.202.133 ARC-Seal: i=1; a=rsa-sha256; d=subspace.kernel.org; s=arc-20240116; t=1773292474; cv=none; b=a2IeuQM65sbfqDggch8f6E/Egrf+3rluXOVZCg36E0p9E5qzUbp1GIV6njSEUm2iyTFujgbqOIO3cyYZs3IvvTOKIdD0+JTJXM1MD2T2eF2e4cY28aG+rt0DhzJipm6fBDfFyQs9FfBAH+bXGoVoROVYZlISqGWtOhAXPyTgSQs= ARC-Message-Signature: i=1; a=rsa-sha256; d=subspace.kernel.org; s=arc-20240116; t=1773292474; c=relaxed/simple; bh=BEdLE9AhVLN82DWxZ1dAqw5Fl0bEWSAA+IG7vTXIwTA=; h=From:To:Cc:Subject:Date:Message-ID:MIME-Version; b=s51OgXS+zzF+HHN1xqS1d9eHYdkhyS4pPqbSnLIR/pL0/DD9kPVUJVqBLJTsMiiWdf2zMqgP4sDH5V2E4aYRHhI2T268CZ1ZWT9u5jd9/q1zJcqbIr7YwJpS7h4l5+uPFUkOJQXkPe9LCq6xvpt/BSOFpS6acCriS7jiKZsWPm0= ARC-Authentication-Results: i=1; smtp.subspace.kernel.org; dmarc=pass (p=none dis=none) header.from=infradead.org; spf=none smtp.mailfrom=infradead.org; dkim=pass (2048-bit key) header.d=infradead.org header.i=@infradead.org header.b=oW4Z1yVZ; arc=none smtp.client-ip=198.137.202.133 Authentication-Results: smtp.subspace.kernel.org; dmarc=pass (p=none dis=none) header.from=infradead.org Authentication-Results: smtp.subspace.kernel.org; spf=none smtp.mailfrom=infradead.org Authentication-Results: smtp.subspace.kernel.org; dkim=pass (2048-bit key) header.d=infradead.org header.i=@infradead.org header.b="oW4Z1yVZ" DKIM-Signature: v=1; a=rsa-sha256; q=dns/txt; c=relaxed/relaxed; d=infradead.org; s=bombadil.20210309; h=Content-Transfer-Encoding: MIME-Version:Message-ID:Date:Subject:Cc:To:From:Sender:Reply-To:Content-Type: Content-ID:Content-Description:In-Reply-To:References; bh=41hpuznrs2nh1q8BDTALn/jjQSnWnP3ntxqZluz2tSg=; b=oW4Z1yVZG9GzEbA3CoMkrlWMae SZKNktaqyDrcShw+Imgesqyt/s4Qnkp+ce42NA+9lrfSDDu34eabIFxQO8T/nAfD6WlEntfvpsUS5 9Ib5o53v8l3vpskHobydyQA1UU3EAhJQmTt0dtPtTZ2vTwDe4tIsaJzib7RGZsooUpff2pGcsztt7 t/G5wcCAIzFVCbpHQ7k6AEmdCa+wjb2F4ltJje4Q6/xaboJht1B/wpq3GWuo5ggQ/GbuLcaGnjldV KODAM7T2AU6oDH8s5st25n9gg9cTf4/qrBeE/Z3QIb+Tg+wQ7oduuyiG2zkNPxgh5pwFrgdl+TKr1 GwGxnCBQ==; Received: from [50.53.43.113] (helo=bombadil.infradead.org) by bombadil.infradead.org with esmtpsa (Exim 4.98.2 #2 (Red Hat Linux)) id 1w0YNT-0000000DLCM-3GNm; Thu, 12 Mar 2026 05:14:31 +0000 From: Randy Dunlap To: linux-kernel@vger.kernel.org Cc: Randy Dunlap , Keith Busch , Jens Axboe , Christoph Hellwig , Sagi Grimberg , linux-nvme@lists.infradead.org Subject: [PATCH] nvme-tcp.h: correct kernel-doc comments Date: Wed, 11 Mar 2026 22:14:31 -0700 Message-ID: <20260312051431.684352-1-rdunlap@infradead.org> X-Mailer: git-send-email 2.53.0 Precedence: bulk X-Mailing-List: linux-kernel@vger.kernel.org List-Id: List-Subscribe: List-Unsubscribe: MIME-Version: 1.0 Content-Transfer-Encoding: quoted-printable Content-Type: text/plain; charset="utf-8" Mark reserved fields as "private:" so that kernel-doc comments are not required for them. Add comments for @feil and @feih since @fei was split into 2 fields because @fei is not 4-byte aligned. These changes eliminate all kernel-doc warnings in nvme-tcp.h. Warning: include/linux/nvme-tcp.h:95 struct member 'rsvd2' not described in 'nvme_tcp_icreq_pdu' Warning: include/linux/nvme-tcp.h:113 struct member 'rsvd' not described in 'nvme_tcp_icresp_pdu' Warning: include/linux/nvme-tcp.h:128 struct member 'feil' not described in 'nvme_tcp_term_pdu' Warning: include/linux/nvme-tcp.h:128 struct member 'feiu' not described in 'nvme_tcp_term_pdu' Warning: include/linux/nvme-tcp.h:128 struct member 'rsvd' not described in 'nvme_tcp_term_pdu' Warning: include/linux/nvme-tcp.h:131 struct member 'rsvd' not described in 'nvme_tcp_term_pdu' Warning: include/linux/nvme-tcp.h:169 struct member 'rsvd' not described in 'nvme_tcp_r2t_pdu' Warning: include/linux/nvme-tcp.h:187 struct member 'rsvd' not described in 'nvme_tcp_data_pdu' Signed-off-by: Randy Dunlap --- Cc: Keith Busch Cc: Jens Axboe Cc: Christoph Hellwig Cc: Sagi Grimberg Cc: linux-nvme@lists.infradead.org include/linux/nvme-tcp.h | 8 +++++++- 1 file changed, 7 insertions(+), 1 deletion(-) --- linux-next-20260311.orig/include/linux/nvme-tcp.h +++ linux-next-20260311/include/linux/nvme-tcp.h @@ -92,6 +92,7 @@ struct nvme_tcp_icreq_pdu { __u8 hpda; __u8 digest; __le32 maxr2t; + /* private: */ __u8 rsvd2[112]; }; =20 @@ -110,6 +111,7 @@ struct nvme_tcp_icresp_pdu { __u8 cpda; __u8 digest; __le32 maxdata; + /* private: */ __u8 rsvd[112]; }; =20 @@ -118,13 +120,15 @@ struct nvme_tcp_icresp_pdu { * * @hdr: pdu common header * @fes: fatal error status - * @fei: fatal error information + * @feil: fatal error information (low 16 bits) + * @feiu: fatal error information (high 16 bits) */ struct nvme_tcp_term_pdu { struct nvme_tcp_hdr hdr; __le16 fes; __le16 feil; __le16 feiu; + /* private: */ __u8 rsvd[10]; }; =20 @@ -166,6 +170,7 @@ struct nvme_tcp_r2t_pdu { __u16 ttag; __le32 r2t_offset; __le32 r2t_length; + /* private: */ __u8 rsvd[4]; }; =20 @@ -184,6 +189,7 @@ struct nvme_tcp_data_pdu { __u16 ttag; __le32 data_offset; __le32 data_length; + /* private: */ __u8 rsvd[4]; };