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:
Lukas Wunner 2025-02-03 14:37:01 +01:00 committed by Herbert Xu
parent b16510a530
commit dede7911e6

View file

@ -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