module/crypto: fix comment block for create_crypto_disk()
Signed-off-by: paul luse <paul.e.luse@intel.com> Change-Id: Ibcf49c84bd23fb8c8de631e79fea15d0f367b204 Reviewed-on: https://review.gerrithub.io/c/spdk/spdk/+/483528 Tested-by: SPDK CI Jenkins <sys_sgci@intel.com> Community-CI: SPDK CI Jenkins <sys_sgci@intel.com> Reviewed-by: Shuhei Matsumoto <shuhei.matsumoto.xt@hitachi.com> Reviewed-by: Alexey Marchuk <alexeymar@mellanox.com>
This commit is contained in:
parent
b8a618db14
commit
1880df4daf
@ -46,8 +46,10 @@ typedef void (*spdk_delete_crypto_complete)(void *cb_arg, int bdeverrno);
|
||||
/**
|
||||
* Create new crypto bdev.
|
||||
*
|
||||
* \param bdev_name Bdev on which crypto vbdev will be created.
|
||||
* \param bdev_name Vbdev name crypto_pmd key
|
||||
* \param bdev_name Name of the bdev on which the crypto vbdev will be created.
|
||||
* \param vbdev_name Name of the new crypto vbdev.
|
||||
* \param crypto_pmd Name of the polled mode driver to use for this vbdev.
|
||||
* \param key The key to use for this vbdev.
|
||||
* \return 0 on success, other on failure.
|
||||
*/
|
||||
int create_crypto_disk(const char *bdev_name, const char *vbdev_name,
|
||||
|
Loading…
x
Reference in New Issue
Block a user