From f6e0a1719b13ebf1738bde8cc6113be28ac5affa Mon Sep 17 00:00:00 2001 From: Jim Harris Date: Fri, 14 Sep 2018 13:46:40 -0700 Subject: [PATCH] nvme: fix FC-related comments in spdk_nvme_transport_id Signed-off-by: Jim Harris Change-Id: Ic5a8f5d977a9483ed65d6060aa82310ce6ddf1dd Reviewed-on: https://review.gerrithub.io/425644 Chandler-Test-Pool: SPDK Automated Test System Tested-by: SPDK CI Jenkins Reviewed-by: Changpeng Liu Reviewed-by: Ben Walker Reviewed-by: Shuhei Matsumoto Reviewed-by: John Barnard --- include/spdk/nvme.h | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/include/spdk/nvme.h b/include/spdk/nvme.h index e65142035..7de12c4f0 100644 --- a/include/spdk/nvme.h +++ b/include/spdk/nvme.h @@ -218,8 +218,8 @@ struct spdk_nvme_transport_id { * addressing (e.g. RDMA), this should be an IP address. For PCIe, this * can either be a zero length string (the whole bus) or a PCI address * in the format DDDD:BB:DD.FF or DDDD.BB.DD.FF. For FC the string is - * formatted as: nn-0xWWNN:pn-0xWWPN” where a)WWN isthe Node_Name of the - * target NVMe_Port and b)WWPN is the N_Port_Name of the target NVMe_Port. + * formatted as: nn-0xWWNN:pn-0xWWPN” where WWNN is the Node_Name of the + * target NVMe_Port and WWPN is the N_Port_Name of the target NVMe_Port. */ char traddr[SPDK_NVMF_TRADDR_MAX_LEN + 1];