]> www.infradead.org Git - nvme.git/commitdiff
nvme: fixup comment for nvme RDMA Provider Type
authorHannes Reinecke <hare@suse.de>
Mon, 17 Jun 2024 07:27:27 +0000 (09:27 +0200)
committerKeith Busch <kbusch@kernel.org>
Fri, 21 Jun 2024 15:49:08 +0000 (08:49 -0700)
PRTYPE is the provider type, not the QP service type.

Fixes: eb793e2c9286 ("nvme.h: add NVMe over Fabrics definitions")
Signed-off-by: Hannes Reinecke <hare@kernel.org>
Reviewed-by: Christoph Hellwig <hch@lst.de>
Signed-off-by: Keith Busch <kbusch@kernel.org>
include/linux/nvme.h

index 425573202295352796c8261b1c9345a3721760df..69ac2abf8acfee75b27af6b292d6a0d97a210436 100644 (file)
@@ -87,8 +87,8 @@ enum {
        NVMF_RDMA_QPTYPE_DATAGRAM       = 2, /* Reliable Datagram */
 };
 
-/* RDMA QP Service Type codes for Discovery Log Page entry TSAS
- * RDMA_QPTYPE field
+/* RDMA Provider Type codes for Discovery Log Page entry TSAS
+ * RDMA_PRTYPE field
  */
 enum {
        NVMF_RDMA_PRTYPE_NOT_SPECIFIED  = 1, /* No Provider Specified */