mirror of
git://git.kernel.org/pub/scm/linux/kernel/git/torvalds/linux.git
synced 2025-09-18 22:14:16 +00:00
crypto: virtio - Fix kernel-doc of virtcrypto_dev_stop()
It seems the kernel-doc of virtcrypto_dev_start() was copied verbatim to virtcrypto_dev_stop(). Fix it. Signed-off-by: Lukas Wunner <lukas@wunner.de> Signed-off-by: Herbert Xu <herbert@gondor.apana.org.au>
This commit is contained in:
parent
b16510a530
commit
dede7911e6
1 changed files with 1 additions and 1 deletions
|
@ -256,7 +256,7 @@ int virtcrypto_dev_start(struct virtio_crypto *vcrypto)
|
|||
* @vcrypto: Pointer to virtio crypto device.
|
||||
*
|
||||
* Function notifies all the registered services that the virtio crypto device
|
||||
* is ready to be used.
|
||||
* shall no longer be used.
|
||||
* To be used by virtio crypto device specific drivers.
|
||||
*
|
||||
* Return: void
|
||||
|
|
Loading…
Add table
Reference in a new issue