diff options
author | Minwoo Im <minwoo.im.dev@gmail.com> | 2019-04-10 23:48:59 +0900 |
---|---|---|
committer | Christoph Hellwig <hch@lst.de> | 2019-04-25 16:51:42 +0200 |
commit | 82bebbde02e24ad7b641eca25e632f32579ed52f (patch) | |
tree | 227bacb2a260624d0e40e0b2ba14d94daaa7077d /include/linux/nvme-rdma.h | |
parent | 663d6fee66b555f6a080104751be0b54e0bca78a (diff) |
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: Minwoo Im <minwoo.im.dev@gmail.com>
Reviewed-by: Sagi Grimberg <sagi@grimberg.me>
Reviewed-by: Chaitanya Kulkarni <chaitanya.kulkarni@wdc.com>
Signed-off-by: Christoph Hellwig <hch@lst.de>
Diffstat (limited to 'include/linux/nvme-rdma.h')
-rw-r--r-- | include/linux/nvme-rdma.h | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/include/linux/nvme-rdma.h b/include/linux/nvme-rdma.h index 3aa97b98dc89..3ec8e50efa16 100644 --- a/include/linux/nvme-rdma.h +++ b/include/linux/nvme-rdma.h @@ -77,7 +77,7 @@ struct nvme_rdma_cm_rep { * struct nvme_rdma_cm_rej - rdma connect reject * * @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 { __le16 recfmt; |