]> git.karo-electronics.de Git - karo-tx-linux.git/commitdiff
nvme-fabrics: revise host transport option descriptions
authorJames Smart <james.smart@broadcom.com>
Tue, 2 Aug 2016 07:41:20 +0000 (10:41 +0300)
committerSagi Grimberg <sagi@grimberg.me>
Fri, 23 Sep 2016 22:37:37 +0000 (15:37 -0700)
Revise some of the comments so not so ethernet-network centric

Signed-off-by: James Smart <james.smart@broadcom.com>
Acked-by: Johannes Thumshirn <jth@kernel.org>
Reviewed-by: Christoph Hellwig <hch@lst.de>
Signed-off-by: Sagi Grimberg <sagi@grimberg.me>
drivers/nvme/host/fabrics.h

index 89df52c8be978cdf2e18b2c0b18a6211642ff8ad..2755efde16ac1e7c78fb28debb8a0dc20c5a0cca 100644 (file)
@@ -64,9 +64,10 @@ enum {
  *             being added.
  * @subsysnqn: Hold the fully qualified NQN subystem name (format defined
  *             in the NVMe specification, "NVMe Qualified Names").
- * @traddr:    network address that will be used by the host to communicate
- *             to the added NVMe controller.
- * @trsvcid:   network port used for host-controller communication.
+ * @traddr:    The transport-specific TRADDR field for a port on the
+ *              subsystem which is adding a controller.
+ * @trsvcid:   The transport-specific TRSVCID field for a port on the
+ *              subsystem which is adding a controller.
  * @queue_size: Number of IO queue elements.
  * @nr_io_queues: Number of controller IO queues that will be established.
  * @reconnect_delay: Time between two consecutive reconnect attempts.