diff --git a/include/spdk/nvme.h b/include/spdk/nvme.h index f655771fd..6fb8ec8ff 100644 --- a/include/spdk/nvme.h +++ b/include/spdk/nvme.h @@ -340,7 +340,7 @@ typedef void (*spdk_nvme_remove_cb)(void *cb_ctx, struct spdk_nvme_ctrlr *ctrlr) * will be reported. * * To stop using the the controller and release its associated resources, - * call \ref spdk_nvme_detach with the spdk_nvme_ctrlr instance returned by this function. + * call \ref spdk_nvme_detach with the spdk_nvme_ctrlr instance from the attach_cb() function. */ int spdk_nvme_probe(const struct spdk_nvme_transport_id *trid, void *cb_ctx,