diff options
author | Hannes Reinecke <hare@suse.de> | 2024-06-17 09:27:27 +0200 |
---|---|---|
committer | Keith Busch <kbusch@kernel.org> | 2024-06-21 08:49:08 -0700 |
commit | f80a55fa90fa76d01e3fffaa5d0413e522ab9a00 (patch) | |
tree | a44344455229d9c868d238619b41562a2c77c1ce /include | |
parent | 5a5696a11f7e0c5ce3185b6234d02996f8267108 (diff) |
nvme: fixup comment for nvme RDMA Provider Type
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>
Diffstat (limited to 'include')
-rw-r--r-- | include/linux/nvme.h | 4 |
1 files changed, 2 insertions, 2 deletions
diff --git a/include/linux/nvme.h b/include/linux/nvme.h index 425573202295..69ac2abf8acf 100644 --- a/include/linux/nvme.h +++ b/include/linux/nvme.h @@ -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 */ |