nvme: update the comment for spdk_nvme_probe() public API
Change-Id: I2bb201345968303aae23aa4b288d03eb07dc1ed1 Signed-off-by: GangCao <gang.cao@intel.com> Reviewed-on: https://review.gerrithub.io/379768 Reviewed-by: Paul Luse <paul.e.luse@intel.com> Tested-by: SPDK Automated Test System <sys_sgsw@intel.com> Reviewed-by: Changpeng Liu <changpeng.liu@intel.com> Reviewed-by: Daniel Verkamp <daniel.verkamp@intel.com>
This commit is contained in:
parent
14f7a8eec6
commit
305976168d
@ -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,
|
||||
|
Loading…
Reference in New Issue
Block a user