From 58e46b946965d8c335b1ff7c7444c81c91ca9ca1 Mon Sep 17 00:00:00 2001 From: Daniel Verkamp Date: Tue, 15 Mar 2016 14:08:05 -0700 Subject: [PATCH] doc/nvme: fix outdated references Change-Id: I90d62dce25c5e9fdd0b346a585e6ec361dafb19d Signed-off-by: Daniel Verkamp --- 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 b0d90012f..d17d2cfe5 100644 --- a/include/spdk/nvme.h +++ b/include/spdk/nvme.h @@ -104,12 +104,12 @@ typedef void (*spdk_nvme_attach_cb)(void *cb_ctx, struct spdk_pci_device *pci_de * will be reported. * * To stop using the the controller and release its associated resources, - * call \ref nvme_detach with the spdk_nvme_ctrlr instance returned by this function. + * call \ref spdk_nvme_detach with the spdk_nvme_ctrlr instance returned by this function. */ int spdk_nvme_probe(void *cb_ctx, spdk_nvme_probe_cb probe_cb, spdk_nvme_attach_cb attach_cb); /** - * \brief Detaches specified device returned by \ref nvme_probe()'s attach_cb from the NVMe driver. + * \brief Detaches specified device returned by \ref spdk_nvme_probe()'s attach_cb from the NVMe driver. * * On success, the spdk_nvme_ctrlr handle is no longer valid. *