aboutsummaryrefslogtreecommitdiffstats
path: root/drivers/crypto/hisilicon
diff options
context:
space:
mode:
authorLongfang Liu <liulongfang@huawei.com>2020-09-10 19:56:41 +0800
committerHerbert Xu <herbert@gondor.apana.org.au>2020-09-18 17:20:11 +1000
commit7c1f38aa2c3d2f26b7b0290087d37743efa7758d (patch)
tree548168cb0935e9153dccc9ca7011c57761262a8f /drivers/crypto/hisilicon
parentcrypto: hisilicon - update HPRE module parameter description (diff)
downloadlinux-dev-7c1f38aa2c3d2f26b7b0290087d37743efa7758d.tar.xz
linux-dev-7c1f38aa2c3d2f26b7b0290087d37743efa7758d.zip
crypto: hisilicon - update SEC module parameter description
In order to pass kernel CRYPTO test, SEC module parameter 'pf_q_num' needs to be set as greater than 1. Signed-off-by: Longfang Liu <liulongfang@huawei.com> Signed-off-by: Herbert Xu <herbert@gondor.apana.org.au>
Diffstat (limited to 'drivers/crypto/hisilicon')
-rw-r--r--drivers/crypto/hisilicon/sec2/sec_main.c2
1 files changed, 1 insertions, 1 deletions
diff --git a/drivers/crypto/hisilicon/sec2/sec_main.c b/drivers/crypto/hisilicon/sec2/sec_main.c
index f912e57f425b..de42264602eb 100644
--- a/drivers/crypto/hisilicon/sec2/sec_main.c
+++ b/drivers/crypto/hisilicon/sec2/sec_main.c
@@ -169,7 +169,7 @@ static const struct kernel_param_ops sec_pf_q_num_ops = {
static u32 pf_q_num = SEC_PF_DEF_Q_NUM;
module_param_cb(pf_q_num, &sec_pf_q_num_ops, &pf_q_num, 0444);
-MODULE_PARM_DESC(pf_q_num, "Number of queues in PF(v1 0-4096, v2 0-1024)");
+MODULE_PARM_DESC(pf_q_num, "Number of queues in PF(v1 2-4096, v2 2-1024)");
static int sec_ctx_q_num_set(const char *val, const struct kernel_param *kp)
{