projects
/
linux-2.6-microblaze.git
/ commitdiff
commit
grep
author
committer
pickaxe
?
search:
re
summary
|
shortlog
|
log
|
commit
| commitdiff |
tree
raw
|
patch
| inline |
side by side
(parent:
b16510a
)
crypto: virtio - Fix kernel-doc of virtcrypto_dev_stop()
author
Lukas Wunner
<lukas@wunner.de>
Mon, 3 Feb 2025 13:37:01 +0000
(14:37 +0100)
committer
Herbert Xu
<herbert@gondor.apana.org.au>
Sat, 22 Feb 2025 07:56:02 +0000
(15:56 +0800)
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>
drivers/crypto/virtio/virtio_crypto_mgr.c
patch
|
blob
|
history
diff --git
a/drivers/crypto/virtio/virtio_crypto_mgr.c
b/drivers/crypto/virtio/virtio_crypto_mgr.c
index
70e778a
..
bddbd8e
100644
(file)
--- a/
drivers/crypto/virtio/virtio_crypto_mgr.c
+++ b/
drivers/crypto/virtio/virtio_crypto_mgr.c
@@
-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