Donate to e Foundation | Murena handsets with /e/OS | Own a part of Murena! Learn more

Commit 82bebbde authored by Minwoo Im's avatar Minwoo Im Committed by Christoph Hellwig
Browse files

nvme-rdma: fix typo in struct comment



struct nvme_rdma_cm_rej has two different attributes: recfmt and sts.
And sts will have value what this comment wanted to show.

Signed-off-by: default avatarMinwoo Im <minwoo.im.dev@gmail.com>
Reviewed-by: default avatarSagi Grimberg <sagi@grimberg.me>
Reviewed-by: default avatarChaitanya Kulkarni <chaitanya.kulkarni@wdc.com>
Signed-off-by: default avatarChristoph Hellwig <hch@lst.de>
parent 663d6fee
Loading
Loading
Loading
Loading
+1 −1
Original line number Original line Diff line number Diff line
@@ -77,7 +77,7 @@ struct nvme_rdma_cm_rep {
 * struct nvme_rdma_cm_rej - rdma connect reject
 * struct nvme_rdma_cm_rej - rdma connect reject
 *
 *
 * @recfmt:        format of the RDMA Private Data
 * @recfmt:        format of the RDMA Private Data
 * @fsts:          error status for the associated connect request
 * @sts:           error status for the associated connect request
 */
 */
struct nvme_rdma_cm_rej {
struct nvme_rdma_cm_rej {
	__le16		recfmt;
	__le16		recfmt;