aboutsummaryrefslogtreecommitdiffstats
path: root/include/linux/nvme-rdma.h
diff options
context:
space:
mode:
authorMinwoo Im <minwoo.im.dev@gmail.com>2019-04-10 23:48:59 +0900
committerChristoph Hellwig <hch@lst.de>2019-04-25 16:51:42 +0200
commit82bebbde02e24ad7b641eca25e632f32579ed52f (patch)
tree227bacb2a260624d0e40e0b2ba14d94daaa7077d /include/linux/nvme-rdma.h
parentnvme-loop: kill timeout handler (diff)
downloadlinux-dev-82bebbde02e24ad7b641eca25e632f32579ed52f.tar.xz
linux-dev-82bebbde02e24ad7b641eca25e632f32579ed52f.zip
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.h2
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;