bdev/passthru: updaate rpc param description
For consistency, made similar change on WIP compress patch and want to make sure the PT bdev module is as correct as possible to be used as a template. Change-Id: I9d2d775b7878edd16df3c283c169746fc821c8e5 Signed-off-by: paul luse <paul.e.luse@intel.com> Reviewed-on: https://review.gerrithub.io/c/spdk/spdk/+/446456 Reviewed-by: Darek Stojaczyk <dariusz.stojaczyk@intel.com> Reviewed-by: Jim Harris <james.r.harris@intel.com> Tested-by: SPDK CI Jenkins <sys_sgci@intel.com>
This commit is contained in:
parent
abccec1fc8
commit
fa5b07ffef
@ -43,7 +43,7 @@
|
||||
* Create new pass through bdev.
|
||||
*
|
||||
* \param bdev_name Bdev on which pass through vbdev will be created.
|
||||
* \param vbdev_name Vbdev name.
|
||||
* \param vbdev_name Name of the pass through bdev.
|
||||
* \return 0 on success, other on failure.
|
||||
*/
|
||||
int create_passthru_disk(const char *bdev_name, const char *vbdev_name);
|
||||
|
Loading…
Reference in New Issue
Block a user