diff options
author | Andrea Gelmini <[email protected]> | 2019-08-30 23:26:07 +0200 |
---|---|---|
committer | Brian Behlendorf <[email protected]> | 2019-08-30 14:26:07 -0700 |
commit | 9d40bdf414e9baa8fcaf60188e2067e7ec3c1f0f (patch) | |
tree | 05220c15160a39c86f9978df9c01365caea5417a /module/icp/spi | |
parent | cf7c5a030e505451e0cbadc49e33e41f5219c44b (diff) |
Fix typos in modules/icp/
Reviewed-by: Ryan Moeller <[email protected]>
Reviewed-by: Richard Laager <[email protected]>
Reviewed-by: Brian Behlendorf <[email protected]>
Signed-off-by: Andrea Gelmini <[email protected]>
Closes #9239
Diffstat (limited to 'module/icp/spi')
-rw-r--r-- | module/icp/spi/kcf_spi.c | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/module/icp/spi/kcf_spi.c b/module/icp/spi/kcf_spi.c index 0a6e38df8..e438b5810 100644 --- a/module/icp/spi/kcf_spi.c +++ b/module/icp/spi/kcf_spi.c @@ -40,7 +40,7 @@ * minalloc and maxalloc values to be used for taskq_create(). */ int crypto_taskq_threads = CRYPTO_TASKQ_THREADS; -int crypto_taskq_minalloc = CYRPTO_TASKQ_MIN; +int crypto_taskq_minalloc = CRYPTO_TASKQ_MIN; int crypto_taskq_maxalloc = CRYPTO_TASKQ_MAX; static void remove_provider(kcf_provider_desc_t *); |