OSDN Git Service

nvme-rdma: fix typo in struct comment
authorMinwoo Im <minwoo.im.dev@gmail.com>
Wed, 10 Apr 2019 14:48:59 +0000 (23:48 +0900)
committerChristoph Hellwig <hch@lst.de>
Thu, 25 Apr 2019 14:51:42 +0000 (16:51 +0200)
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>
include/linux/nvme-rdma.h

index 3aa97b9..3ec8e50 100644 (file)
@@ -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;