Skip to content

Commit f80a55f

Browse files
hreineckekeithbusch
authored andcommitted
nvme: fixup comment for nvme RDMA Provider Type
PRTYPE is the provider type, not the QP service type. Fixes: eb793e2 ("nvme.h: add NVMe over Fabrics definitions") Signed-off-by: Hannes Reinecke <[email protected]> Reviewed-by: Christoph Hellwig <[email protected]> Signed-off-by: Keith Busch <[email protected]>
1 parent 5a5696a commit f80a55f

File tree

1 file changed

+2
-2
lines changed

1 file changed

+2
-2
lines changed

include/linux/nvme.h

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -87,8 +87,8 @@ enum {
8787
NVMF_RDMA_QPTYPE_DATAGRAM = 2, /* Reliable Datagram */
8888
};
8989

90-
/* RDMA QP Service Type codes for Discovery Log Page entry TSAS
91-
* RDMA_QPTYPE field
90+
/* RDMA Provider Type codes for Discovery Log Page entry TSAS
91+
* RDMA_PRTYPE field
9292
*/
9393
enum {
9494
NVMF_RDMA_PRTYPE_NOT_SPECIFIED = 1, /* No Provider Specified */

0 commit comments

Comments
 (0)