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];