nvme: update the comment for the tailq field of spdk_nvme_qpair struct

Change-Id: Ifba4d699e0b2b0f7ca8bf68c03f3caaddfcda1a5
Signed-off-by: GangCao <gang.cao@intel.com>
This commit is contained in:
GangCao 2016-11-15 03:51:04 -05:00 committed by Jim Harris
parent ec5b6fed61
commit 8464f90039

View File

@ -245,7 +245,7 @@ struct spdk_nvme_qpair {
struct spdk_nvme_ctrlr *ctrlr; struct spdk_nvme_ctrlr *ctrlr;
/* List entry for spdk_nvme_ctrlr::free_io_qpairs and active_io_qpairs */ /* List entry for spdk_nvme_ctrlr::active_io_qpairs */
TAILQ_ENTRY(spdk_nvme_qpair) tailq; TAILQ_ENTRY(spdk_nvme_qpair) tailq;
}; };