aboutsummaryrefslogtreecommitdiffstats
path: root/module/icp
diff options
context:
space:
mode:
authorнаб <[email protected]>2021-12-25 04:00:34 +0100
committerBrian Behlendorf <[email protected]>2022-02-15 16:25:32 -0800
commit15ec0863963a12f698e0318d6cac76c48b9770d5 (patch)
tree667172be7be732ed10fea282fea029bef4317fbc /module/icp
parent42dbc2025a24f4a945021938794111e4cb502a34 (diff)
include: crypto: clean out api.h
Reviewed-by: Brian Behlendorf <[email protected]> Signed-off-by: Ahelenia Ziemiańska <[email protected]> Closes #12901
Diffstat (limited to 'module/icp')
-rw-r--r--module/icp/api/kcf_mac.c3
1 files changed, 1 insertions, 2 deletions
diff --git a/module/icp/api/kcf_mac.c b/module/icp/api/kcf_mac.c
index 7bf0c499e..0249fe87f 100644
--- a/module/icp/api/kcf_mac.c
+++ b/module/icp/api/kcf_mac.c
@@ -45,8 +45,7 @@
* CRYPTO_INVALID_DATA for bogus 'data'
* CRYPTO_HOST_MEMORY for failure to allocate memory to handle this work.
* CRYPTO_INVALID_CONTEXT: Not a valid context.
- * CRYPTO_BUSY: Cannot process the request now. Schedule a
- * crypto_bufcall(), or try later.
+ * CRYPTO_BUSY: Cannot process the request now. Try later.
* CRYPTO_NOT_SUPPORTED and CRYPTO_MECH_NOT_SUPPORTED: No provider is
* capable of a function or a mechanism.
* CRYPTO_INVALID_KEY: bogus 'key' argument.